Index live · v1.3.0 · MAY 30 2026

Google Analytics (GA4)

Official

The 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.

Quick Stats

Trust LevelOfficial
Stars2,238
Transportstdio
API KeyRequired
LanguagePython
CategoryAnalytics & Monitoring
View on GitHub

Tags

analyticsga4reportinggoogleread-only