Back to directory
google-analytics-mcp

google-analytics-mcp

@surendranb199

Connects Google Analytics 4 data to MCP clients, allowing natural language queries for website traffic, user behavior, and analytics data with access to 200+ GA4 dimensions and metrics.

Google AnalyticsGA4AnalyticsDataReportingcontext

Installation & Configuration

{
  "mcpServers": {
    "ga4-analytics": {
      "command": "python3",
      "args": [
        "-m",
        "ga4_mcp_server"
      ],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "/path/to/your/service-account-key.json",
        "GA4_PROPERTY_ID": "123456789"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/5/23
Updated
2026/6/8