MCP Server
MCP
io.github.samarthanalytics-sj/samarth-gtm-mcp
Google Tag Manager + read-only GA4 MCP server. Read-only by default, gated writes, audits.
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
By
Comments
Sign in to leave a comment