Back to directory
ruchernchong/mcp-server-google-analytics

ruchernchong/mcp-server-google-analytics

@ruchernchong

Model Context Protocol server for Google Analytics, enabling LLMs to fetch and analyze web analytics data

google-analyticsga4mcp-serveranalyticsdata-analysisllmweb-analyticscloud

Installation & Configuration

{
  "mcpServers": {
    "google-analytics": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-google-analytics"
      ],
      "env": {
        "GOOGLE_CLIENT_EMAIL": "[email protected]",
        "GOOGLE_PRIVATE_KEY": "your-private-key",
        "GA_PROPERTY_ID": "your-ga4-property-id"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/14
Updated
2026/6/15