← Back to Plugins
MCP Server MCP

Google Analytics 4

github By github 👁 1 views ▲ 0 votes

Manage GA4 properties, data streams, conversions, and run reports via Admin & Data APIs.

Homepage Verified source GitHub

Install

uvx google-analytics-4-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "google-analytics-4-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Google Service Account JSON key content (copy-paste the entire JSON)",
          "name": "GA_CREDENTIALS"
        },
        {
          "description": "Alternative: path to the Service Account JSON key file",
          "default": "~/.google-analytics-mcp/credentials.json",
          "name": "GA_CREDENTIALS_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...