← Back to Plugins
MCP Server MCP

io.github.mharnett/gtm-ga4

github By github 👁 1 views ▲ 0 votes

GTM + GA4 MCP: tag management, consent auditing, workspace versioning, reports.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-gtm-ga4",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to service account JSON credentials file",
          "isRequired": true,
          "name": "GOOGLE_APPLICATION_CREDENTIALS"
        },
        {
          "description": "GTM account ID",
          "isRequired": true,
          "name": "GTM_ACCOUNT_ID"
        },
        {
          "description": "GTM container ID",
          "isRequired": true,
          "name": "GTM_CONTAINER_ID"
        },
        {
          "description": "GA4 property ID (numeric)",
          "name": "GA4_PROPERTY_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...