MCP Server
MCP
io.github.mharnett/gtm-ga4
GTM + GA4 MCP: tag management, consent auditing, workspace versioning, reports.
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
By
Comments
Sign in to leave a comment