mcpbeat Sign in

Search Console MCP Server

local only

Search Console MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 76 installs a week from npm. Last commit 2 Jul 2026.

Google Search Console for any MCP client - 30-second login, no Google Cloud project. Read-only.

Installs per day peak 28 · avg 13 · +68% w/w
a month agotoday
76
Installs / week
npm · search-console-mcp-server
7
Stars
0 open issues
2 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Claims read-only, but the code runs commands src/auth.ts:57
    spawn(cmd, [url], { detached: true, stdio: "ignore" }).unref();
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/auth.ts:57
    spawn(cmd, [url], { detached: true, stdio: "ignore" }).unref();

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Search Console MCP and you get told the day something new turns up.

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 search-console-mcp -- npx -y search-console-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "search-console-mcp": {
      "args": [
        "-y",
        "search-console-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.search-console-mcp]
command = "npx"
args = ["-y", "search-console-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "search-console-mcp": {
      "args": [
        "-y",
        "search-console-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "search-console-mcp": {
      "args": [
        "-y",
        "search-console-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Search Console MCP

same job, measured the same way
Climbpast
by archievi

Read and edit GA4, Search Console and Google Tag Manager from any MCP client. 29 tools.

answering
Attaché
by attache

GA4, Google Ads and Search Console in Claude. Read-only OAuth, multi-account for agencies.

answering
Google Search Console
by getmcpads

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

79 installs/wk local only
Google Search Console MCP
by scalably

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

local only
Google_search_console
by pipeworx-io

Google Search Console MCP Pack

35 tools answering
Creator SEO MCP
by yoshyaes

SEO MCP server for creators. Ranks Google Search Console opportunities by ad revenue, not clicks.

66 installs/wk local only
HasData YouTube
by hasdata

Search YouTube and read video, channel and transcript data as JSON. No Google Cloud project.

277 installs/wk answering
Google Search Console
by ni-c

MCP server for Google Search Console: properties, sitemaps, search analytics and URL inspection

90 installs/wk local only

Search Console MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Search Console MCP?
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 npm package search-console-mcp-server was installed 76 times last week.
How do I connect 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 search-console-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Search Console MCP?
The npm package search-console-mcp-server was installed 76 times in the last week. Week over week that is +68%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Search Console MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 7 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.