mcpbeat Sign in

Google Search Console MCP Server

local only

Google Search Console MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 9 Sep 2026.

Read-only Google Search Console MCP: Search Analytics, sitemaps, URL inspection. 5 tools.

Installs / week
pypi · scalably-gsc-mcp
0
Stars
0 open issues
9 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Google Search Console MCP 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 gsc-mcp -- uvx scalably-gsc-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gsc-mcp": {
      "args": [
        "scalably-gsc-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gsc-mcp]
command = "uvx"
args = ["scalably-gsc-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "gsc-mcp": {
      "args": [
        "scalably-gsc-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gsc-mcp": {
      "args": [
        "scalably-gsc-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Google Search Console MCP

same job, measured the same way
SEO Tools: Google Search Console
by antohins

Google Search Console: Search Analytics, URL Inspection, sitemaps (read-only, OAuth/service acct).

67 installs/wk local only
Google Search Console
by sarahpark

Google Search Console MCP server — search analytics, URL inspection, and sitemaps

61 installs/wk local only
Google Search Console MCP
by a1-x-tech

MCP server for the Google Search Console API: search analytics, sitemaps, URL inspection, sites.

118 installs/wk local only
MCP Google Search Console
by crunchtools

Secure MCP server for Google Search Console analytics, sitemaps, and URL inspection

55 installs/wk local only
Google Search Console MCP Server
by conorbronsdon

Google Search Console for AI agents: search analytics, sitemaps, URL inspection.

38 installs/wk local only
Google Search Console
by getmcpads

Google Search Console: 20 read-only tools for Search Analytics, sitemaps and indexing.

148 installs/wk local only
Google Gsc
by mharnett

Google Search Console MCP: search analytics, URL inspection, site management.

86 installs/wk local only
Gsc
by mikusnuz

MCP server for Google Search Console & Indexing API — search analytics, sitemaps, URL inspection

102 installs/wk local only

Google Search Console MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Google Search Console MCP?
Google Search Console MCP 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 scalably-gsc-mcp.
How do I connect Google Search Console MCP?
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 scalably-gsc-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Google Search Console MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.