← Back to Plugins
MCP Server MCP

Google Analytics 4

github By github 👁 1 views ▲ 0 votes

Google Analytics 4 MCP server with reporting, schema discovery, and admin visibility tools

Homepage Verified source GitHub

Install

npx -y @mindstone/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@mindstone/mcp-server-google-analytics",
      "version": "0.2.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Absolute path to ADC or service-account JSON file",
          "isRequired": true,
          "format": "filepath",
          "name": "GOOGLE_APPLICATION_CREDENTIALS"
        },
        {
          "description": "Default GA4 property ID (e.g. 123456789)",
          "format": "string",
          "name": "GA4_PROPERTY_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...