Google Search Console MCP Server

A Model Context Protocol (MCP) server that gives AI agents direct access to your Google Search Console data. It runs locally over stdio via the published package.

People who work with Google and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-03-23 · ★ 8 · #54 OF 81 MAINTAINED DATA & ANALYTICS · VERIFIED 2026-09-18

MIT · JavaScript servers · how we verify → /methodology

01 · Install Google Search Console

before you install - you'll need

Set GOOGLE_APPLICATION_CREDENTIALS before connecting.

Claude Code

claude mcp add sarahpark-google-search-console-mcp -- npx -y @sarahpark/google-search-console-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "sarahpark-google-search-console-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sarahpark/google-search-console-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @sarahpark/google-search-console-mcp - published under the repo owner's npm scope (@sarahpark)

registry namespace io.github.sarahpark is GitHub-verified and matches the repo owner

03 · Who maintains Google Search Console

google-search-console is maintained by sarahpark. It's the only MCP server we track from this author; the repo dates to Mar 2026.

04 · Facts

category
data & analytics - ranked #54 of 81 actively-maintained data & analytics servers as of 2026-09-18.
registry
io.github.sarahpark/google-search-console (active, first published 2026-03-23)
packages
npm:@sarahpark/google-search-console-mcp

05 · Google Search Console FAQ

What is Google Search Console?

A Model Context Protocol (MCP) server that gives AI agents direct access to your Google Search Console data. It runs locally over stdio via the published package.

Is Google Search Console still maintained?

Yes - as of 2026-09-18, its last commit was 2026-03-23. We re-verify nightly.

How do I install Google Search Console?

Run `npx -y @sarahpark/google-search-console-mcp`. The README documents one environment variable (GOOGLE_APPLICATION_CREDENTIALS) to set first. Set GOOGLE_APPLICATION_CREDENTIALS before connecting. You can also paste the ready-made client config above.

Does Google Search Console run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Google Search Console

More data & analytics MCP servers · Search Console MCP · Datto RMM MCP · HaloPSA MCP · RocketCyber MCP · Salesbuildr MCP

More JavaScript MCP servers · Agent Forge · Seerxo · Xlsx For AI · Weavatrix · X402station · see all