analyticsOfficial
Google Analytics MCP
64
Access GA4 data, run custom reports, and get real-time analytics from your AI editor. Official Google implementation.
3500/wk2.1K tokens(1%)Official1w ago
Network
google-analyticsga4analyticsreportingseo
Quick Setup
Paste in ~/.claude.json
json
{
"mcpServers": {
"google-analytics-mcp": {
"command": "npx",
"args": [
"-y",
"@google-analytics/mcp"
],
"env": {
"GA_PROPERTY_ID": "YOUR_GA_PROPERTY_ID",
"GOOGLE_APPLICATION_CREDENTIALS": "YOUR_GOOGLE_APPLICATION_CREDENTIALS"
}
}
}
}