★ 222 stars
Python
🤖 AI/LLM
Updated 1mo ago
Kindly Web Search MCP Server: Web search + robust content retrieval for AI coding tools (Claude Code, Codex, Cursor, GitHub Copilot, Gemini, etc.) and AI agents (Claude Desktop, OpenClaw, etc.). Supports Serper, Tavily, and SearXNG.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"kindly-web-search-mc": {
"command": "uvx",
"args": [
"kindly-web-search-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add kindly-web-search-mc uvx kindly-web-search-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"kindly-web-search-mc": {
"command": "uvx",
"args": [
"kindly-web-search-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install kindly-web-search-mcp-server
Topics
ai ai-agents ai-tools claude-code codex gemini github-copilot mcp-server openclaw openclaw-extension searxng searxng-mcp serper tavily tavily-mcp