GSC & Bing Webmaster MCP — No API Keys for Google

by codermillat

381 downloads
Not rated
GitHub

About

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.

Details

Author
codermillat
Downloads
381
Categories
Search

- 23 tools: 11 for Google, 11 for Bing, 1 utility
- Zero API keys for Google — reads Chrome session cookies
- Access top queries, pages, and daily performance trends
- Query-to-page correlation and full query list (bypasses 25‑query limit)
- Submit URLs to Bing, check crawl errors, inbound links
- Refresh Google session via one utility tool

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name GSC & Bing Webmaster MCP — No API Keys for Google
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install with uvx gsc-bing-mcp. Add the server to your MCP client config with your Bing API key. Be logged in to Google in Chrome to enable Google Search Console tools.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "gsc & bing webmaster mcp \u2014 no api keys for google": {
            "gsc-bing-mcp": {
                "command": "uvx",
                "args": [
                    "gsc-bing-mcp"
                ],
                "env": {
                    "BING_API_KEY": "paste-your-bing-key-here"
                }
            }
        }
    }
}

McpServers

{
    "gsc-bing-mcp": {
        "command": "uvx",
        "args": [
            "gsc-bing-mcp"
        ],
        "env": {
            "BING_API_KEY": "paste-your-bing-key-here"
        }
    }
}

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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.