Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Google Tag Manager Mcp Server

    MCP server for Google Tag Manager

    64 stars
    TypeScript
    Updated Oct 28, 2025
    gtm
    gtm-server-side
    mcp
    mcp-server
    stape

    Table of Contents

    • Access the remote MCP server from Claude Desktop
    • Troubleshooting

    Table of Contents

    • Access the remote MCP server from Claude Desktop
    • Troubleshooting

    Documentation

    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.

    json
    {
      "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.

    code
    rm -rf ~/.mcp-auth

    Then restarting your MCP client.

    Similar MCP

    Based on tags & features

    • MC

      Mcp Open Library

      TypeScript·
      42
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • AN

      Anilist Mcp

      TypeScript·
      57

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcp Open Library

      TypeScript·
      42
    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • AN

      Anilist Mcp

      TypeScript·
      57

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k