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.
Ads
Overview
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.
Installation
claude mcp add --transport http serpapi https://mcp.serpapi.com/YOUR_SERPAPI_API_KEY/mcp
Configuration
{
"mcpServers": {
"serpapi": {
"type": "http",
"url": "https://mcp.serpapi.com/YOUR_SERPAPI_API_KEY/mcp"
}
}
}Capabilities
- Multi-engine search
Ask for results from Google, Bing, YouTube, eBay, or other engines via the `search` tool with engine-specific parameters.
- Location-aware queries
Get geographically filtered results, such as "coffee shops in Austin, TX," by specifying `params.location`.
- Real-time data lookups
Retrieve current weather, stock quotes, or news by querying terms like "weather in London" or "AAPL stock."
- Compact or complete responses
Control output detail by setting `mode` to `"compact"` for metadata-free JSON or `"complete"` for full results.
- Markdown output
Reduce token usage by requesting `output: "md"` for concise, formatted results instead of verbose JSON.
- Interactive result tables
In supporting hosts, use `search_table` or `search_dashboard` to view organic results as sortable tables or dashboards.
Tags
- search
- knowledge-retrieval
- web-research
- awesome-list
Related MCP servers
Mastra Docs Server
OfficialProvides AI assistants with direct access to Mastra.ai's complete knowledge base.
Fetch MCP Server
OfficialFetch web content and convert HTML pages into LLM-friendly markdown output.
Perplexity Ask MCP Server
OfficialA connector for the Perplexity API to enable web search within the MCP ecosystem.
Perplexity
OfficialAn MCP server that connects to Perplexity's Sonar API, enabling real-time web-wide research in conversational AI.