serpapi/serpapi-mcp
SerpApi MCP Server for Google and other search engine results. Provides multi-engine search across Google, Bing, Yahoo, DuckDuckGo, YouTube, eBay, and more with real-time weather data, stock market information, and flexible JSON response modes.
Quick Start
Clone the repository:
git clone https://github.com/serpapi/serpapi-mcpClaude Desktop configuration example:
{
"mcpServers": {
"serpapi-mcp": {
"command": "npx",
"args": [
"-y",
"serpapi/serpapi-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.