stape-io/google-tag-manager-mcp-server
π βοΈ β This server supports remote MCP connections, includes built-in Google OAuth, and provide an interface to the Google Tag Manager API.
Quick Start
Clone the repository:
git clone https://github.com/stape-io/google-tag-manager-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"google-tag-manager-mcp-server": {
"command": "npx",
"args": [
"-y",
"stape-io/google-tag-manager-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.