Back to MCP Servers
Google Tag Manager
This server supports remote MCP connections, includes built-in Google OAuth, and provide an interface to the Google Tag Manager API.
marketinggoapi
By stape-io
Installation
npx -y google-tag-manager-mcp-serverConfiguration
{
"mcpServers": {
"google-tag-manager-mcp-server": {
"command": "npx",
"args": ["-y", "google-tag-manager-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes