Google Analytics 4 for Zed
io.github.mindstone/mcp-server-google-analytics
Google Analytics 4 MCP server with reporting, schema discovery, and admin visibility tools
client:Zed
transport:stdio
runtime:npm
Install Google Analytics 4 in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server-google-analytics": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-google-analytics"
],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "<GOOGLE_APPLICATION_CREDENTIALS>",
"GA4_PROPERTY_ID": "<GA4_PROPERTY_ID>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs