MCP Catalogs
Home

mcp-server-chart vs google-tag-manager-mcp-server

Side-by-side comparison to help you pick between these two MCP servers.

mcp-server-chart
by antvis
google-tag-manager-mcp-server
by stape-io
Stars★ 4,068★ 153
30d uses10,239
Score8448
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsAI / LLM ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis monththis month

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

google-tag-manager-mcp-server · Summary

MCP server for Google Tag Manager with OAuth authentication, enabling Claude to interact with GTM API.

mcp-server-chart · Use cases

  • Data analysts creating visual reports from datasets
  • AI assistants generating custom charts based on user requests
  • Web applications embedding visualization capabilities via HTTP API

google-tag-manager-mcp-server · Use cases

  • Automating Google Tag Manager container operations through Claude
  • Managing tags, triggers, and variables programmatically
  • Integrating GTM workflows with AI assistants for marketing automation

mcp-server-chart · Install

Installation

Install globally:

npm install -g @antv/mcp-server-chart

For Desktop Apps (e.g., Claude Desktop, VSCode):

{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "npx",
      "args": ["-y", "@antv/mcp-server-chart"]
    }
  }
}

For Windows:

{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
    }
  }
}

google-tag-manager-mcp-server · Install

Installation

  1. Open Claude Desktop and navigate to Settings -> Developer -> Edit Config
  2. Add the following configuration to your MCP servers:
{
  "mcpServers": {
    "gtm-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://gtm-mcp.stape.ai/mcp"
      ]
    }
  }
}
  1. Save the configuration and restart Claude Desktop
  2. Complete the OAuth authentication flow when prompted

Troubleshooting

If you encounter issues, try clearing the MCP cache by running:

rm -rf ~/.mcp-auth

Then restart your MCP client.

Comparison generated from public README + GitHub signals. Last updated automatically.