Gsc MCP Server

gsc is an MCP server in the data & analytics category that exposes 13 tools to an agent, covering sites, sitemaps, indexing. It runs locally over stdio via the published package.

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

VERIFIED ACTIVE

LAST COMMIT 2026-08-28 · ★ 7 · #31 OF 81 MAINTAINED DATA & ANALYTICS · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Gsc

before you install - you'll need

Set GSC_CLIENT_ID, GSC_CLIENT_SECRET, GSC_REFRESH_TOKEN, GSC_SERVICE_ACCOUNT_KEY_PATH before connecting.

Claude Code

claude mcp add mikusnuz-gsc-mcp -- npx -y @mikusnuz/gsc-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "mikusnuz-gsc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mikusnuz/gsc-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 @mikusnuz/gsc-mcp - published under the repo owner's npm scope (@mikusnuz)

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

03 · What Gsc can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list all sites (properties) in your Search Console, get details of a specific site, add a new site (property), and remove a site.

Capability map

Tools grouped from the project's README - what Gsc lets an agent do.

Sites

4 tools - e.g. List all sites (properties) in your Search Console; Get details of a specific site; Add a new site (property)

sites_list · sites_get · sites_add · sites_delete

Sitemaps

4 tools - e.g. List all submitted sitemaps for a site; Get details of a specific sitemap; Submit a sitemap

sitemaps_list · sitemaps_get · sitemaps_submit · sitemaps_delete

Indexing

3 tools - e.g. Notify Google about an eligible JobPosting or BroadcastEvent URL update/removal; Get latest notification metadata for an eligible URL (requires contentType; not index status); Batch notify up to 100…

indexing_publish · indexing_get_metadata · indexing_batch_publish

read & search

1 tool - e.g. Query search performance data (clicks, impressions, CTR, position) with filtering and grouping. Supports hourly data with the hour dimension.

search_analytics_query

Url

1 tool - e.g. Inspect a URL's index status, crawl info, rich results, and AMP (the deprecated mobile-usability field may be absent)

url_inspection_inspect

Latest releases

v1.3.1 · 2026-03-19

Release v1.3.1

04 · Who maintains Gsc

gsc is maintained by mikusnuz. We track 9 MCP servers from mikusnuz - 9 actively maintained, 157 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from mikusnuz.

  1. meta-ads MCP server for Meta Marketing API - Facebook & Instagram ad campaign management ★ 78
  2. meta MCP server for Instagram Graph API, Threads API & Meta platform management ★ 24
  3. app-publish MCP server for App Store Connect & Google Play Console - iOS/Android app management ★ 33
  4. umami MCP server for Umami Analytics API v2 - websites, stats, events, reports, and realtime ★ 8
  5. cws MCP server for Chrome Web Store - extension upload, publish, status, and rollout ★ 4

05 · Facts

category
data & analytics - ranked #31 of 81 actively-maintained data & analytics servers as of 2026-09-18.
registry
io.github.mikusnuz/gsc (active, first published 2026-03-19)
packages
npm:@mikusnuz/gsc-mcp

06 · Gsc FAQ

Is Gsc still maintained?

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

What can Gsc do?

With this server connected, an agent can list all sites (properties) in your Search Console, get details of a specific site, add a new site (property), and remove a site.

How do I install Gsc?

Run `npx -y @mikusnuz/gsc-mcp`. The README documents 4 environment variables (GSC_CLIENT_ID, GSC_CLIENT_SECRET, GSC_REFRESH_TOKEN…) to set first. Set GSC_CLIENT_ID, GSC_CLIENT_SECRET, GSC_REFRESH_TOKEN, GSC_SERVICE_ACCOUNT_KEY_PATH before connecting. You can also paste the ready-made client config above.

Does Gsc 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.

07 · Alternatives to Gsc

More data & analytics MCP servers · Umami · Muxinc MCP Server · Yandex Analytics · Mukoko News · Singapore MCP by Olano

More TypeScript MCP servers · Meta Ads · Meta · Imagenate · Apple Shortcuts (mindstone) · see all