★ 3 stars
Python
🔍 Search
Updated today
Free, API-key-free MCP web search server — DuckDuckGo, Bing, Google + optional SerpAPI/Tavily. Works with Claude Desktop, Cursor, and any MCP client.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"heventure-search-mcp": {
"command": "uvx",
"args": [
"heventure-search-mcp"
]
}
}
}
Run in terminal:
claude mcp add heventure-search-mcp uvx heventure-search-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"heventure-search-mcp": {
"command": "uvx",
"args": [
"heventure-search-mcp"
]
}
}
}
Or install with pip: pip install heventure-search-mcp
Topics
ai-agentclaudeduckduckgolangchainllmmcpmcp-serverno-api-keypythonweb-search