Submit

GSC & Bing Webmaster MCP — No API Keys for Google

@codermillat

MCP server giving Claude/Cline direct access to Google Search Console and Bing Webmaster Tools. Zero API key setup for GSC — reads your Chrome session. 23 tools: top queries, page performance, crawl stats, URL submission, index coverage, and more.
Overview

What it does

Connect Claude or Cline directly to your Google Search Console and Bing Webmaster Tools data — no OAuth setup, no API keys for Google.

23 tools across 3 categories:

Google Search Console (11 tools)

  • Top queries, top pages, daily performance trend
  • Index coverage, sitemap status, query-to-page correlations
  • All queries (bypasses GSC's 25-query UI limit)

Bing Webmaster Tools (11 tools)

  • Keyword stats, crawl errors, page stats
  • Submit URLs for indexing, check quota, inbound link counts

Utility (1 tool)

  • refresh_google_session — force refresh Chrome cookies

Why zero API keys for Google? Instead of requiring OAuth credentials, this server reads your existing Chrome session cookies directly from disk — the same technique used by yt-dlp. Just be logged in to Google in Chrome. That's it.

Installation (30 seconds)

uvx gsc-bing-mcp

Add to your MCP config with your Bing API key. Full setup in the README.

Works with: Claude Desktop, Cline (VS Code), Cursor

Server Config

{
  "mcpServers": {
    "gsc-bing-mcp": {
      "command": "uvx",
      "args": [
        "gsc-bing-mcp"
      ],
      "env": {
        "BING_API_KEY": "paste-your-bing-key-here"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.