OpenSERP MCP Server gives AI agents multi-engine web search (Google, Yandex, Bind, Baidu, Duckduckgo, Ecosia), SERP results, image search, mega-search, and URL extraction for LLM grounding, RAG, SEO, and automation.
Server Config
{
"mcpServers": {
"openserp": {
"command": "npx",
"args": [
"-y",
"@openserp/mcp@latest"
],
"env": {
"OPENSERP_API_KEY": "your_openserp_api_key"
}
}
}
}