MCP Catalogs
Home

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.

developer-toolsai-llmproductivity
48
Forks
14
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Automating Google Tag Manager container operations through Claude
you:Managing tags, triggers, and variables programmatically
you:Integrating GTM workflows with AI assistants for marketing automation
you:How do I fix authentication issues?

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

gtm-api-wrappertag-manager-cligoogle-cloud-mcp

Installation

Installation

  1. Open Claude Desktop and navigate to Settings -> Developer -> Edit Config
  2. Add the following configuration to your MCP servers:
{
  "mcpServers": {
    "gtm-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://gtm-mcp.stape.ai/mcp"
      ]
    }
  }
}
  1. Save the configuration and restart Claude Desktop
  2. Complete the OAuth authentication flow when prompted

Troubleshooting

If you encounter issues, try clearing the MCP cache by running:

rm -rf ~/.mcp-auth

Then 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.