← Index

io.github.mharnett/google-gsc

io.github.mharnett/google-gsc·v1.0.1·Analytics
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "google-gsc": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-google-gsc"
      ],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "<google_application_credentials>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "google-gsc": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-google-gsc"
      ],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "<google_application_credentials>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-google-gsc
§02  Environment variables
GOOGLE_APPLICATION_CREDENTIALS
required

Path to service account JSON credentials file

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Analytics