Kindly Web Search MCP server provides web search and content retrieval for AI coding tools. It connects to Serper, Tavily, and SearXNG APIs. Developers use it to integrate web search into AI-powered coding assistants like Claude Code, Codex, Cursor, GitHub Copilot, and Gemini.
Kindly Web Search MCP server provides web search and content retrieval for AI coding tools. It connects to Serper, Tavily, and SearXNG APIs. Developers use it to integrate web search into AI-powered coding assistants like Claude Code, Codex, Cursor, GitHub Copilot, and Gemini.
pip install kindly-web-search-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"shelpuk-ai-technology-consulting-kindly-web-search-mcp-server-github": {
"command": "uvx",
"args": [
"pip install kindly-web-search-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from kindly web search?"
API Key Required
This server requires an API key from kindly web search. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| KINDLY_WEB_SEARCH_API_KEY | Yes | Your kindly web search API key |
"What resources are available in kindly web search?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in kindly web search"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in kindly web search with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.