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 connecting data & analytics tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-06 · ★ 7 · #16 OF 75 MAINTAINED DATA & ANALYTICS · VERIFIED 2026-08-25

MIT · JavaScript 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 URL updates or removals; Get latest notification status for a URL; Batch notify Google about up to 100 URL updates/removals in a single request

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, AMP, and mobile usability

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, 135 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 ★ 70
  2. meta MCP server for Instagram Graph API, Threads API & Meta platform management ★ 20
  3. app-publish MCP server for App Store Connect & Google Play Console - iOS/Android app management ★ 26
  4. cws MCP server for Chrome Web Store - extension upload, publish, status, and rollout ★ 3
  5. umami MCP server for Umami Analytics API v2 - websites, stats, events, reports, and realtime ★ 6

05 · Facts

category
data & analytics - ranked #16 of 75 actively-maintained data & analytics servers as of 2026-08-25.
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-08-25, its last commit was 2026-08-06. 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