← Back to Plugins
MCP Server MCP

io.github.samarthanalytics-sj/samarth-gtm-mcp

github By github 👁 1 views ▲ 0 votes

Google Tag Manager + read-only GA4 MCP server. Read-only by default, gated writes, audits.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "samarth-gtm-mcp",
      "version": "1.19.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Google OAuth 2.0 client ID (Desktop app type)",
          "isRequired": true,
          "name": "GOOGLE_OAUTH_CLIENT_ID"
        },
        {
          "description": "Your Google OAuth 2.0 client secret",
          "isRequired": true,
          "isSecret": true,
          "name": "GOOGLE_OAUTH_CLIENT_SECRET"
        },
        {
          "description": "Set to 'true' to allow create/update operations (default: read-only)",
          "name": "GTM_MCP_ENABLE_WRITES"
        },
        {
          "description": "Set to 'true' to allow publish operations (default: disabled)",
          "name": "GTM_MCP_ENABLE_PUBLISH"
        },
        {
          "description": "Set to 'true' to allow delete operations (default: disabled)",
          "name": "GTM_MCP_ENABLE_DELETES"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...