Web Search
Freeby MCP Community
MCP server: Multi-provider web search (DuckDuckGo, Bing, SearXNG) with automatic fallback, and URL content extraction — no API keys required.
v1.2.3Added Apr 12, 2026
mcpmodelcontextprotocolwebsearchextraction
Web Search MCP Server
MCP server: Multi-provider web search (DuckDuckGo, Bing, SearXNG) with automatic fallback, and URL content extraction — no API keys required.
Installation
npx -y @zhafron/mcp-web-search
Reviews
Installation
Quick install
npx -y @zhafron/mcp-web-search
Add to claude_desktop_config.json
{
"mcpServers": {
"web-search": {
"command": "npx",
"args": ["-y", "@zhafron/mcp-web-search"]
}
}
}