google-tag-manager-mcp-server
by stape-io·★ 153·Score 48
MCP server for Google Tag Manager with OAuth authentication, enabling Claude to interact with GTM API.
Overview
This is a functional MCP server that provides tools for interacting with Google Tag Manager through the Model Context Protocol. It implements remote MCP connections with built-in Google OAuth authentication, allowing Claude Desktop to securely access Google Tag Manager API functionality. The server is well-maintained with recent commits and appears to be production-ready.
Try asking AI
After installing, here are 4 things you can ask your AI assistant:
When to choose this
Choose this server if you need to automate or integrate Google Tag Manager management tasks within Claude workflows and prefer a ready-to-use remote solution with OAuth authentication.
When NOT to choose this
Don't choose this if you require self-hosted solutions, need write access beyond GTM capabilities, or are working with non-Google tag management systems.
Comparable tools
Installation
Installation
- Open Claude Desktop and navigate to Settings -> Developer -> Edit Config
- Add the following configuration to your MCP servers:
{
"mcpServers": {
"gtm-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gtm-mcp.stape.ai/mcp"
]
}
}
}- Save the configuration and restart Claude Desktop
- Complete the OAuth authentication flow when prompted
Troubleshooting
If you encounter issues, try clearing the MCP cache by running:
rm -rf ~/.mcp-authThen restart your MCP client.
FAQ
- What is the MCP server name length limit?
- Some MCP clients like Cursor AI have a 60-character limit for combined server name + tool name. Use shorter server names to avoid tool filtering.
- How do I fix authentication issues?
- Clear the MCP cache by running 'rm -rf ~/.mcp-auth' and then restart your MCP client to initiate a fresh authentication flow.
Compare google-tag-manager-mcp-server with
Last updated · Auto-generated from public README + GitHub signals.