Google Analytics 4 for Windsurf
com.getmcpads/google-analytics
Google Analytics 4 MCP server: 27 read tools.
client:Windsurf
transport:stdio
runtime:npm
Install Google Analytics 4 in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"google-analytics": {
"command": "npx",
"args": [
"-y",
"@getmcpads/google-analytics-mcp-server"
],
"env": {
"GA4_CLIENT_ID": "<GA4_CLIENT_ID>",
"GA4_CLIENT_SECRET": "<GA4_CLIENT_SECRET>",
"GA4_REFRESH_TOKEN": "<GA4_REFRESH_TOKEN>",
"GA4_PROPERTY_ID": "<GA4_PROPERTY_ID>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs