SerpApi
io.github.serpapi/serpapi-mcpOfficial SerpApi MCP server for Google, Bing, and other search engines.
Tools · 3
Interactive dashboard variant of `search`: returns summary metrics, a source breakdown chart, and a results table with a click-to-expand detail panel, all rendered in the conversation. Same params as …
Interactive UI variant of `search`: returns organic results as a sortable, searchable table rendered in the conversation. Same params as `search`. Use when the host supports MCP Apps and the user want…
Universal search tool supporting all SerpApi engines and result types. When to use: - Any query needing live, structured SERP data: web results, news, product listings, job postings, loca…
Resources · 3
Index of available SerpApi engine identifiers.
serpapi://engines
ui://prefab/tool/aa90e0ff773b/renderer.html
ui://prefab/tool/583d325b0e9c/renderer.html
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"serpapi": {
"url": "https://mcp.serpapi.com/mcp",
"transport": "streamable-http"
}
}
}