Index live · v1.3.0 · MAY 30 2026
181+ skills indexed200+ MCP servers18+ platforms tracked
Google Analytics (GA4)
OfficialThe official Google Analytics MCP server (from the googleanalytics GitHub org) exposes 9 read-only tools over the GA4 Data and Admin APIs: account summaries, property details, custom dimensions/metrics, Google Ads links, property annotations, and run_report / run_realtime_report / run_funnel_report / run_conversions_report. The read-only design is enforced in code — the credential is scoped to analytics.readonly only, so an agent cannot mutate your GA configuration. Runs locally as a stdio server (pipx run analytics-mcp) and authenticates via Google Application Default Credentials.
stdioPythonAPI Key Required
2.2Kstars
Official Google, read-only
Configuration
{
"mcpServers": {
"google-analytics": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-analytics"
],
"env": {
"GOOGLE_ANALYTICS_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.
Related Servers
Quick Stats
Trust LevelOfficial
Stars2,238
Transportstdio
API KeyRequired
LanguagePython
CategoryAnalytics & Monitoring
Tags
analyticsga4reportinggoogleread-only