Productivity|Development|AI / MLPython
kindly-web-search-mcp-server
Web search + robust content retrieval for AI coding tools.
N/A rating (0 reviews)0 installs266 GitHub stars
web searchcontent retrievalAI coding tools
Kindly Web Search is a part of the Shelpuk AI Technology Consulting agentic suite, designed to improve the code quality produced by AI coding agents by 15–20%. It works with various AI coding tools and supports skills or MCP servers.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"kindly-web-search-mcp-server-1": {
"args": [
"kindly-web-search-mcp-server"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.