Google Analytics 4 for Zed
io.github.stucchi/google-analytics
Manage GA4 properties, data streams, conversions, and run reports via Admin & Data APIs.
client:Zed
transport:stdio
runtime:pypi
Install Google Analytics 4 in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"google-analytics": {
"command": "uvx",
"args": [
"google-analytics-4-mcp"
],
"env": {
"GA_CREDENTIALS": "<GA_CREDENTIALS>",
"GA_CREDENTIALS_PATH": "<GA_CREDENTIALS_PATH>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs