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
{
"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