1. Conduid
  2. Maps
  3. stape-io/google-tag-manager-mcp-server
MCP server · Maps

stape-io/google-tag-manager-mcp-server

MCP server for Google Tag Manager

Unclaimed Apache-2.0 last commit 6 months ago devtoolsgtmgtm-server-sidemcp-servermcpstape
85Excellent

Scored 3 hours ago · breakdown

About stape-io/google-tag-manager-mcp-server

stape-io/google-tag-manager-mcp-server is an MCP server published by stape-io in the Maps category: mCP server for Google Tag Manager. It has been installed 0 times through Conduid.

The repository has 115 stars and 43 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx google-tag-manager-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about stape-io/google-tag-manager-mcp-server

Powered by Claude · Grounded in docs

I know everything about stape-io/google-tag-manager-mcp-server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

google-tag-manager-mcp-core@2.1.1google-tag-manager-mcp-core@2.1.1 · 2 Sep 2026Patch Changes 4110549: Fix write actions (create/update/delete) returning an empty `Google API Error <code> -` message instead of Google's actual error detail. The shared error formatter only read the legacy `error.errors[]` field from the…
google-tag-manager-mcp-server@5.1.1google-tag-manager-mcp-server@5.1.1 · 2 Sep 2026Patch Changes 4110549: Fix write actions (create/update/delete) returning an empty `Google API Error <code> -` message instead of Google's actual error detail. The shared error formatter only read the legacy `error.errors[]` field from the…
google-tag-manager-mcp-core@2.1.0google-tag-manager-mcp-core@2.1.0 · 25 Aug 2026Minor Changes 6a85991: Fix `gtm_destination` crashing with `allItems.slice is not a function` when the Google API returns an empty object for a container with no linked Google Tags, and rename the tool to `gtag_destination` to reflect that…
google-tag-manager-mcp-server@5.1.0google-tag-manager-mcp-server@5.1.0 · 25 Aug 2026Minor Changes 6a85991: Fix `gtm_destination` crashing with `allItems.slice is not a function` when the Google API returns an empty object for a container with no linked Google Tags, and rename the tool to `gtag_destination` to reflect that…
google-tag-manager-mcp-server@5.0.0google-tag-manager-mcp-server@5.0.0 · 21 Aug 2026Major Changes b519712: Require zod v4. The `zod` peer dependency moves from `^3.22.4` to `^4.4.3`, so consumers passing their own schemas have to upgrade alongside. Patch Changes Updated dependencies [b519712]…

README

MCP Server for Google Tag Manager

Trust Score

This is a server that supports remote MCP connections, with Google OAuth built-in and provides an interface to the Google Tag Manager API.

Access the remote MCP server from Claude Desktop

Open Claude Desktop and navigate to Settings -> Developer -> Edit Config. This opens the configuration file that controls which MCP servers Claude can access.

Replace the content with the following configuration. Once you restart Claude Desktop, a browser window will open showing your OAuth login page. Complete the authentication flow to grant Claude access to your MCP server. After you grant access, the tools will become available for you to use.

{
  "mcpServers": {
    "gtm-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://gtm-mcp.stape.ai/mcp"
      ]
    }
  }
}

Troubleshooting

MCP Server Name Length Limit

Some MCP clients (like Cursor AI) have a 60-character limit for the combined MCP server name + tool name length. If you use a longer server name in your configuration (e.g., gtm-mcp-server-your-additional-long-name), some tools may be filtered out.

To avoid this issue:

  • Use shorter server names in your MCP configuration (e.g., gtm-mcp-server)

Clearing MCP Cache

mcp-remote stores all the credential information inside ~/.mcp-auth (or wherever your MCP_REMOTE_CONFIG_DIR points to). If you're having persistent issues, try running: You can run rm -rf ~/.mcp-auth to clear any locally stored state and tokens.

rm -rf ~/.mcp-auth

Then restarting your MCP client.

README mirrored from the source repository 3 hours ago. The original is authoritative.

Questions

About stape-io/google-tag-manager-mcp-server

How do I install stape-io/google-tag-manager-mcp-server?

Run npx google-tag-manager-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is stape-io/google-tag-manager-mcp-server safe to use with an AI agent?

Its trust score is 85 out of 100 (excellent). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is stape-io/google-tag-manager-mcp-server still maintained?

Yes — the latest release is google-tag-manager-mcp-core@2.1.1 (2 Sep 2026), and the last commit was 6 months ago. The repository has 115 stars and 0 open issues.