An MCP server for Google Tag Manager. Connect it to your LLM, authenticate once, and start managing GTM through natural language.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gtm-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/paolobietolini/gtm-mcp-server@latest"
]
}
}
}
Run in terminal:
claude mcp add gtm-mcp-server go run github.com/paolobietolini/gtm-mcp-server@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"gtm-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/paolobietolini/gtm-mcp-server@latest"
]
}
}
}