Serper MCP Server
Google Search API for live SERP results, news, scholar, and autocomplete.
What you can do
Connect Serper to your AI to run Google web searches, fetch news and scholarly results, and get search autocomplete suggestions.
Tools
The MCP tools this server exposes to your AI. Defined from the Serper API docs ↗.
Setup
Connect in Claude
In Claude, open Settings, Connectors, Add custom connector, and paste this URL:
https://geodemcp.com/mcp/serper/rpc
Click Add. Claude sends you to a GeodeMCP login screen; sign in once and Serper is connected. No API key to copy.
Connect Serper once in Geode, then point any client at your single endpoint. The first 100 requests are free.
- • Your API key (where to find it)
Add Serper in Geode
Paste your credentials once. We store them encrypted, decrypt them only in memory to make a call, and you can revoke the connection anytime.
Add the Geode endpoint to your client
Paste this into Claude, Cursor or any MCP client. Serper shows up automatically, along with every other tool you connect.
// one endpoint, every connection you enabled in Geode { "mcpServers": { "geode": { "url": "https://geodemcp.com/mcp/rpc", "headers": { "Authorization": "Bearer geode_sk_a1b2c3d4…" } } } }
Prefer not to store credentials? Use per-request headers instead ↓
// single-tool endpoint, your token travels per request, never stored { "mcpServers": { "serper": { "url": "https://geodemcp.com/mcp/serper/rpc", "headers": { "Authorization": "Bearer geode_sk_a1b2c3d4…", "X-Serper-Api-Key": "your Serper API key" } } } }
Report a bug or request a feature
We actively maintain this connection. Reports are tied to your Geode account, so we can follow up with you.