MCP Server

GTM MCP Server

Manage Google Tag Manager through AI — powered by TaggingDocs best practices.

34
GTM Tools
6
Workflows
333
Doc Articles
No login needed for docs. Search and read all 333 TaggingDocs articles without authentication. Sign in with Google only when you need to manage GTM containers.

Connect in 30 seconds

Paste the URL with the /mcp suffix — some clients can't find the MCP endpoint without it.

Claude (claude.ai web and Claude Desktop app)

Customize (in the sidebar) → Connectors → Add custom connector, then paste:

https://mcp.taggingdocs.com/mcp
Claude Code

Run in a terminal:

claude mcp add -t http gtm https://mcp.taggingdocs.com/mcp
ChatGPT

Settings → Connectors → Add custom MCP, then paste:

https://mcp.taggingdocs.com/mcp
Cursor & other stdio MCP clients

One-off test from a terminal:

npx mcp-remote https://mcp.taggingdocs.com/mcp

Or add to your client's MCP config (Cursor's ~/.cursor/mcp.json, VS Code, etc.):

{
  "mcpServers": {
    "taggingdocs": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.taggingdocs.com/mcp"]
    }
  }
}

Then try