Serversio.github.stucchi/google-analytics
A

Google Analytics 4

io.github.stucchi/google-analytics · v0.1.1
▦ pypi
v0.1.1pypi pypi: google-analytics-4-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.stucchi/google-analytics",
  "description": "Manage GA4 properties, data streams, conversions, and run reports via Admin & Data APIs.",
  "title": "Google Analytics 4",
  "repository": {
    "url": "https://github.com/stucchi/mcp-google-analytics",
    "source": "github"
  },
  "version": "0.1.1",
  "icons": [
    {
      "src": "https://raw.githubusercontent.com/stucchi/mcp-google-analytics/main/assets/icon.png",
      "mimeType": "image/png",
      "sizes": [
        "1024x1024"
      ]
    }
  ],
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}