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 uses | 10,239 | — |
| Score | 84 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | this 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-chartFor 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
- Open Claude Desktop and navigate to Settings -> Developer -> Edit Config
- Add the following configuration to your MCP servers:
{
"mcpServers": {
"gtm-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gtm-mcp.stape.ai/mcp"
]
}
}
}- Save the configuration and restart Claude Desktop
- Complete the OAuth authentication flow when prompted
Troubleshooting
If you encounter issues, try clearing the MCP cache by running:
rm -rf ~/.mcp-authThen restart your MCP client.