MCP server for the Google Tag Manager API v2 — accounts, containers, workspaces, tags, triggers and variables
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-google-tagmanage": {
"command": "npx",
"args": [
"-y",
"A1-x-Tech/mcp-google-tagmanager"
]
}
}
}
Run in terminal:
claude mcp add mcp-google-tagmanage npx -y A1-x-Tech/mcp-google-tagmanager
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-google-tagmanage": {
"command": "npx",
"args": [
"-y",
"A1-x-Tech/mcp-google-tagmanager"
]
}
}
}