Geode
Servers Pricing Docs Sign in Get your API key

Serper MCP Server

Live Marketing & SEO Remote MCP 4 tools

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 ↗.

web_searchSearch Google and return the organic web results plus People Also Ask questions, related searches, and a knowledge graph summary when present. Use this to answer questions about current events, facts, products, or anything that benefits from live web results.
search_newsSearch Google News and return recent news articles for a query, each with its title, source, publication date, and snippet. Use this for current events and timely coverage rather than general web pages.
autocompleteGet Google autocomplete suggestions for a partial query. Useful for expanding or refining a search term before running a full search.
scholar_searchSearch Google Scholar for academic papers, each with its title, link, publication info, snippet, year, and citation count. Use this for research-grade sources rather than general web results.

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.

What you'll need
1

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.

Sign up to connect

Stored encrypted, isolated, revocable anytime.

2

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.

mcp.json
// 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.