Google Tag Manager MCP for Cline
io.github.a1-x-tech/mcp-google-tagmanager
MCP server for the Google Tag Manager API v2: containers, workspaces, tags, triggers, publishing.
client:Cline
transport:stdio
runtime:npm
Install Google Tag Manager MCP in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-google-tagmanager": {
"command": "npx",
"args": [
"-y",
"mcp-google-tagmanager"
],
"env": {
"GOOGLE_TAGMANAGER_CLIENT_ID": "<GOOGLE_TAGMANAGER_CLIENT_ID>",
"GOOGLE_TAGMANAGER_CLIENT_SECRET": "<GOOGLE_TAGMANAGER_CLIENT_SECRET>",
"GOOGLE_TAGMANAGER_REFRESH_TOKEN": "<GOOGLE_TAGMANAGER_REFRESH_TOKEN>",
"GOOGLE_TAGMANAGER_ACCESS_TOKEN": "<GOOGLE_TAGMANAGER_ACCESS_TOKEN>",
"GOOGLE_TAGMANAGER_OAUTH_PORT": "<GOOGLE_TAGMANAGER_OAUTH_PORT>",
"GOOGLE_TAGMANAGER_API_BASE": "<GOOGLE_TAGMANAGER_API_BASE>",
"GOOGLE_TAGMANAGER_TIMEOUT_MS": "<GOOGLE_TAGMANAGER_TIMEOUT_MS>",
"GOOGLE_TAGMANAGER_MAX_RETRIES": "<GOOGLE_TAGMANAGER_MAX_RETRIES>",
"GOOGLE_TAGMANAGER_MIN_INTERVAL_MS": "<GOOGLE_TAGMANAGER_MIN_INTERVAL_MS>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs