Google Search Console for Windsurf
io.github.akzar1el/mcp-gsc
Google Search Console MCP for analytics, indexing, sitemaps, and SEO diagnostics.
client:Windsurf
transport:stdio
runtime:npm
Install Google Search Console in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-gsc": {
"command": "npx",
"args": [
"-y",
"@digestseo/mcp-gsc"
],
"env": {
"PORT": "<PORT>",
"GSC_ACCESS_MODE": "<GSC_ACCESS_MODE>",
"MCP_GSC_STATE_DIR": "<MCP_GSC_STATE_DIR>",
"GOOGLE_CLIENT_ID": "<GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<GOOGLE_CLIENT_SECRET>",
"TOKEN_ENCRYPTION_KEY": "<TOKEN_ENCRYPTION_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs