HomeSearch & Research › SerpApi

SerpApi

Official SerpApi MCP server for Google, Bing, and other search engines.

Python CloudLocal macOSWindowsLinux Remote
★ 173 stars Last pushed 2026-09-22 License: MIT

Topics: Search & Data Extraction

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.serpapi.com/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http serpapi-mcp https://mcp.serpapi.com/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "serpapi-mcp": {
      "url": "https://mcp.serpapi.com/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer token authentication using your SerpApi API key.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry