PluginBench
MCP Server

io.github.mharnett/google-gsc MCP Server

io.github.mharnett/google-gsc

What is the io.github.mharnett/google-gsc MCP server?

Google Search Console MCP: search analytics, URL inspection, site management.

How to install io.github.mharnett/google-gsc

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GOOGLE_APPLICATION_CREDENTIALS
    required

    Path to service account JSON credentials file

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "google-gsc": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-google-gsc"
      ],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "<YOUR_GOOGLE_APPLICATION_CREDENTIALS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "google-gsc": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-google-gsc"
      ],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "<YOUR_GOOGLE_APPLICATION_CREDENTIALS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "google-gsc": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-google-gsc"
      ],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "<YOUR_GOOGLE_APPLICATION_CREDENTIALS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "google-gsc": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-google-gsc"
      ],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "<YOUR_GOOGLE_APPLICATION_CREDENTIALS>"
      }
    }
  }
}
Claude Code
claude mcp add google-gsc --env GOOGLE_APPLICATION_CREDENTIALS=<YOUR_GOOGLE_APPLICATION_CREDENTIALS> -- npx -y mcp-google-gsc

Related MCP servers

MCP server for Microsoft Advertising (Bing Ads) — campaigns, keywords, and reports

View repository →

Google Analytics 4 MCP: reports, realtime data, custom dimensions, data streams.

View repository →

Google Ads MCP with MCC support: 35 tools for campaigns, keywords, reporting, GAQL.

View repository →

GTM + GA4 MCP: tag management, consent auditing, workspace versioning, reports.

View repository →

MCP server for LinkedIn Campaign Manager — campaigns, creatives, and analytics

View repository →

Reddit Ads MCP: campaigns, ad groups, ads, reporting, and audience targeting.

View repository →