Google Search Console for Windsurf
com.getmcpads/google-search-console
Google Search Console MCP server: 20 read tools.
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": {
"google-search-console": {
"command": "npx",
"args": [
"-y",
"@getmcpads/google-search-console-mcp-server"
],
"env": {
"GSC_CLIENT_ID": "<GSC_CLIENT_ID>",
"GSC_CLIENT_SECRET": "<GSC_CLIENT_SECRET>",
"GSC_REFRESH_TOKEN": "<GSC_REFRESH_TOKEN>",
"GSC_ACCESS_TOKEN": "<GSC_ACCESS_TOKEN>",
"GSC_SITE_URL": "<GSC_SITE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs