mcpbeat Sign in

Google Search MCP Server

local only

Google Search runs on your own machine — the client starts it, so there is no endpoint to ping. 251 installs a week from pypi. Last commit 12 May 2026.

Scrape Google search results with SERP data, ads, and knowledge panels

Installs per day peak 58 · avg 31 · -17% w/w
a month agotoday
251
Installs / week
pypi · mcparmory-google-search
31
Stars
1 open issues
12 May 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

Today is the operative word: we check Google Search every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add google-search -- uvx mcparmory-google-search
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "google-search": {
      "args": [
        "mcparmory-google-search"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.google-search]
command = "uvx"
args = ["mcparmory-google-search"]
.cursor/mcp.json
{
  "mcpServers": {
    "google-search": {
      "args": [
        "mcparmory-google-search"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "google-search": {
      "args": [
        "mcparmory-google-search"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Google Search

same job, measured the same way
Litescrape
by litescrape

Google, Bing, DuckDuckGo and Google Maps search results, free without an API key.

74 installs/wk 9 tools answering
Academic Research MCP Server
by thenextgennexus

Search arXiv, Google Scholar, and Wikipedia for academic papers and knowledge

23 installs/wk local only
Seo Serp
by pipeworx-io

SEO SERP MCP — Google organic search results via DataForSEO (dataforseo.com)

37 tools answering
Serp Data Scraper
by jojapi

SERP data scraper: Scrape Search Results and get all the data you need. On the JoJ API marketplace.

1 tools answering
MCP Serp
by acedatacloud

MCP server for Google search results via SERP API

756 installs/wk answering
Yandex Search
by johnisanerd

Yandex search results, images, and SERP data via the Apify Yandex Search Scraper, hosted MCP.

answering
Baidu Search
by johnisanerd

Baidu search results and Chinese SERP data via the Apify Baidu Search Scraper, hosted MCP.

answering
Google Serp
by dataleadspro

Structured Google search, news, and local results at scale - organic results, news, and local packs

3 tools answering

Google Search — questions

Answers built from our own checks of this server.

Why is there no uptime for Google Search?
Google Search runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcparmory-google-search was installed 251 times last week.
How do I connect Google Search?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcparmory-google-search straight from pypi; nothing to host, nothing to sign up for.
How many people use Google Search?
The pypi package mcparmory-google-search was installed 251 times in the last week. Week over week that is -17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Google Search open source?
We cannot say either way: written in Python, 31 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.