Skip to content
Windsurf

Google Search Console MCP Server for Windsurf

io.github.conorbronsdon/gsc-mcp

Google Search Console for AI agents: search analytics, sitemaps, URL inspection.

client:Windsurf transport:stdio runtime:npm

Install Google Search Console MCP Server 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": {
    "gsc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@conorbronsdon/gsc-mcp"
      ],
      "env": {
        "GSC_CREDENTIALS_PATH": "<GSC_CREDENTIALS_PATH>"
      }
    }
  }
}

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

Google Search Console MCP Server in other clients