Gtm Autotag
Freeby MCP Community
GTM AutoTag MCP - Claude Code에서 GTM 태그 설치/디버깅/배포를 자동화하는 MCP 서버
v2.0.0Added Apr 12, 2026
mcpgtmgoogle-tag-managertag-managementclaude
Gtm Autotag MCP Server
GTM AutoTag MCP - Claude Code에서 GTM 태그 설치/디버깅/배포를 자동화하는 MCP 서버
Installation
Reviews
Installation
Quick install
npx -y gtm-autotag-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"gtm-autotag": {
"command": "npx",
"args": ["-y", "gtm-autotag-mcp"]
}
}
}