Skip to content
Windsurf

Google Search Console for Windsurf

io.github.acamolese/google-search-console-mcp

Google Search Console: SEO audits, performance queries, URL inspection, indexing checks.

client:Windsurf transport:stdio runtime:pypi

Install Google Search Console in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "google-search-console-mcp": {
      "command": "uvx",
      "args": [
        "mcp-google-search-console"
      ],
      "env": {
        "GSC_CLIENT_ID": "<GSC_CLIENT_ID>",
        "GSC_CLIENT_SECRET": "<GSC_CLIENT_SECRET>",
        "GSC_REFRESH_TOKEN": "<GSC_REFRESH_TOKEN>",
        "GSC_SERVICE_ACCOUNT_FILE": "<GSC_SERVICE_ACCOUNT_FILE>",
        "GSC_REPORT_LANGUAGE": "<GSC_REPORT_LANGUAGE>",
        "GSC_DATA_STATE": "<GSC_DATA_STATE>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Google Search Console in other clients