Serpapi MCP
Rank #12,060io.github.serpapi/serpapi-mcp
MCP server providing serpapi-mcp capabilities
Serpapi MCP is a Model Context Protocol (MCP) server published by serpapi. It ranks #12,060 of 115,460 servers tracked on MCP Toplist, and its repository has 166 GitHub stars. Serpapi MCP is listed across 3 registries — Official MCP, Smithery and Glama, with 3 tracked versions. It was first listed on Oct 22, 2025 and most recently updated on Feb 16, 2026.
Ranks ahead of 103,400 of 115,460 servers on MCP Toplist.
Use Serpapi MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http serpapi-mcp https://mcp.serpapi.com/mcp[mcp_servers.serpapi-mcp]
url = "https://mcp.serpapi.com/mcp"Add to ~/.codex/config.toml.
https://mcp.serpapi.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"serpapi-mcp": {
"url": "https://mcp.serpapi.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"serpapi-mcp": {
"type": "http",
"url": "https://mcp.serpapi.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"serpapi-mcp": {
"serverUrl": "https://mcp.serpapi.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"serpapi-mcp": {
"url": "https://mcp.serpapi.com/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.serpapi%2Fserpapi-mcp)<a href="https://mcptoplist.com/server/io.github.serpapi%2Fserpapi-mcp"><img src="https://mcptoplist.com/badge/io.github.serpapi%2Fserpapi-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
serpapi
Available versions (3)
| Version | Published |
|---|---|
| 1.0.1 | Feb 16, 2026 |
| 1.0.0 | Feb 10, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Serpapi MCP?
- Serpapi MCP is maintained by serpapi, which publishes 8 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Serpapi MCP listed on the Official MCP Registry?
- Yes — Serpapi MCP is listed on the Official MCP Registry, alongside Smithery and Glama.
- How many versions does Serpapi MCP have?
- MCP Toplist tracks 3 versions of Serpapi MCP, most recently published on Feb 16, 2026.
- Where can I find the source code for Serpapi MCP?
- The source code for Serpapi MCP is hosted at github.com/serpapi/serpapi-mcp.