← Back to Plugins
MCP Server MCP

io.github.surendranb/google-analytics-mcp

github By github 👁 1 views ▲ 0 votes

GA4 MCP server for AI agents: schema discovery, server-side aggregation, analysis-ready defaults.

Homepage Verified source GitHub

Install

uvx google-analytics-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "google-analytics-mcp",
      "version": "2.8.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Absolute path to your Google Cloud service account JSON key with GA4 property access.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GOOGLE_APPLICATION_CREDENTIALS"
        },
        {
          "description": "Numeric GA4 Property ID to query, for example 123456789.",
          "isRequired": true,
          "format": "string",
          "name": "GA4_PROPERTY_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...