Manage Google Tag Manager through AI — powered by TaggingDocs best practices.
Paste the URL with the /mcp suffix — some clients can't find the MCP endpoint without it.
Customize (in the sidebar) → Connectors → Add custom connector, then paste:
https://mcp.taggingdocs.com/mcp
Run in a terminal:
claude mcp add -t http gtm https://mcp.taggingdocs.com/mcp
Settings → Connectors → Add custom MCP, then paste:
https://mcp.taggingdocs.com/mcp
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"]
}
}
}