mcpbeat Sign in

Search Console MCP Server

by saurabhsharma2u Your server? Claim it
local only

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

Google Search Console + Bing + GA4 + AdSense — unified SEO intelligence for AI agents.

Installs per day peak 635 · avg 150 · -9% w/w
a month agotoday
598
Installs / week
npm · search-console-mcp
291
Stars
1 open issues
2 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

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/utils/update.ts:100
    execSync(updateCmd, { stdio: "inherit" });

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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

This one needs environment variables set before it will start: GOOGLE_APPLICATION_CREDENTIALS (Google Cloud Service Account JSON key content or path. Optional if OAuth setup is used.), BING_API_KEY (Bing API Key), PAGESPEED_API_KEY (PageSpeed Insights API key for higher quota (25k/day). Optional.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Search Console MCP

same job, measured the same way
Gpc MCP Server
by muhammetali

Google Play Console MCP Server for AI coding agents

53 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
Revinho
by revinhohq

Read-only SaaS business intelligence from GA4, Stripe, and Google Search Console.

answering
Google Search Console
by akzar1el

Google Search Console MCP for analytics, indexing, sitemaps, and SEO diagnostics.

26 installs/wk answering
Google_search_console
by pipeworx-io

Google Search Console MCP Pack

35 tools answering
I
Scout Intel MCP — The Google for AI Agents
by omniologynow-rgb

The Google for AI agents — company intel, competitor tracking, market research via MCP. JSON output

46 installs/wk answering
Attaché
by attache

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

answering
That SEO Agent
by thatseoagent

SEO analysis for sites you own: Google Search Console, GA4, PageSpeed, and full site audits.

answering

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 was installed 598 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 straight from npm; nothing to host, nothing to sign up for.
How many people use Search Console MCP?
The npm package search-console-mcp was installed 598 times in the last week. Week over week that is -9%. 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, 291 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.