google-tag-manager-mcp-server
This MCP server allows remote connections with Google Tag Manager and includes Google OAuth integration.
The MCP server for Google Tag Manager facilitates seamless remote connections, enabling users to leverage the capabilities of Google Tag Manager through a dedicated interface. With built-in Google OAuth, it ensures secure authentication and access management, allowing users to efficiently manage their tags and tracking setups. This server is designed to enhance the user experience by providing a straightforward way to connect and interact with the Google Tag Manager API. In addition to its core functionalities, the server includes support for various MCP clients, ensuring compatibility and ease of use across different platforms. Users can easily configure their MCP settings and access the server through tools like Claude Desktop, making it a versatile solution for managing digital marketing efforts. The server also offers troubleshooting tips for common issues, such as name length limits and cache clearing, to ensure a smooth operational experience.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"google-tag-manager-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-tag-manager-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions