Loading MCP server directory, please wait...
GTM + GA4 MCP: tag management, consent auditing, workspace versioning, reports.
npx @getmcp/cli add io.github.mharnett/gtm-ga4Requires Node.js 18+. Community-contributed server. Review source before installing.
GOOGLE_APPLICATION_CREDENTIALSPath to service account JSON credentials file
GTM_ACCOUNT_IDGTM account ID
GTM_CONTAINER_IDGTM container ID
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mharnett/gtm-ga4": {
"command": "npx",
"args": [
"-y",
"mcp-gtm-ga4"
],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "",
"GTM_ACCOUNT_ID": "",
"GTM_CONTAINER_ID": "",
"GA4_PROPERTY_ID": ""
}
}
}
}