# Google Tagmanager Mcp

> MCP server for Google Tag Manager - browse accounts, containers, tags, triggers, and variables

- **Type:** MCP server
- **Install:** `agentstack add mcp-noviq-ai-google-tagmanager-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [noviq-ai](https://agentstack.voostack.com/s/noviq-ai)
- **Installs:** 0
- **Category:** [Data & Analytics](https://agentstack.voostack.com/c/data-and-analytics)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [noviq-ai](https://github.com/noviq-ai)
- **Source:** https://github.com/noviq-ai/google-tagmanager-mcp

## Install

```sh
agentstack add mcp-noviq-ai-google-tagmanager-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Google Tag Manager MCP Server

[MCP](https://modelcontextprotocol.io) server for [Google Tag Manager](https://tagmanager.google.com/).

## Tools

- `list_accounts`: List accessible GTM accounts
- `list_containers`: List containers for an account
- `list_workspaces`: List workspaces in a container
- `list_tags`: List tags in a workspace
- `list_triggers`: List triggers in a workspace
- `list_variables`: List variables in a workspace
- `get_live_container_version`: Get the currently published container version

## Setup

Requires a Google service account with read access to your GTM account.

Set the `GOOGLE_APPLICATION_CREDENTIALS` environment variable to the path of your service account JSON file.

```json
{
  "mcpServers": {
    "google-tag-manager-mcp": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/noviq-ai/google-tag-manager-mcp.git",
        "python",
        "-m",
        "tag_manager_mcp.server"
      ],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "/path/to/service-account.json"
      }
    }
  }
}
```

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [noviq-ai](https://github.com/noviq-ai)
- **Source:** [noviq-ai/google-tagmanager-mcp](https://github.com/noviq-ai/google-tagmanager-mcp)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-noviq-ai-google-tagmanager-mcp
- Seller: https://agentstack.voostack.com/s/noviq-ai
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
