MCP server for LLM-optimized web search: DuckDuckGo/Serper/Bing, result aggregation, stealth scraping, OCR, caching & rate limiting
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-web-search": {
"command": "npx",
"args": [
"-y",
"DmitriyOT/mcp-web-search"
]
}
}
}
Run in terminal:
claude mcp add mcp-web-search npx -y DmitriyOT/mcp-web-search
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-web-search": {
"command": "npx",
"args": [
"-y",
"DmitriyOT/mcp-web-search"
]
}
}
}