mcp-server-chart vs mcpproxy-go
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | mcpproxy-go by smart-mcp-proxy | |
|---|---|---|
| Stars | ★ 4,068 | ★ 218 |
| 30d uses | 10,239 | — |
| Score | 84 | 51 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsSecurityAI / LLM Tools |
| Language | TypeScript | Go |
| 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.
mcpproxy-go · Summary
MCPProxy is a smart proxy server that federates multiple MCP servers with security, token savings, and tool discovery.
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
mcpproxy-go · Use cases
- Federating multiple MCP servers to overcome tool limits in AI applications
- Securing AI agent connections by quarantining potentially malicious MCP servers
- Reducing token consumption while improving accuracy in AI tool interactions
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"]
}
}
}mcpproxy-go · Install
Installation
**macOS (Recommended - DMG Installer):**
- Apple Silicon (M1/M2): Download
mcpproxy-*-darwin-arm64.dmg - Intel Mac: Download
mcpproxy-*-darwin-amd64.dmg
**Windows (Recommended - Installer):**
- x64 (64-bit): Download
mcpproxy-setup-*-amd64.exe - ARM64: Download
mcpproxy-setup-*-arm64.exe
**Alternative install methods:**
# macOS (Homebrew)
brew install smart-mcp-proxy/mcpproxy/mcpproxy
# Linux (Debian/Ubuntu)
sudo apt update && sudo apt install mcpproxy
# With Go
go install github.com/smart-mcp-proxy/mcpproxy-go/cmd/mcpproxy@latestClaude Desktop Configuration
Add to Claude Desktop config:
{
"mcpServers": {
"MCPProxy": {
"command": "mcpproxy",
"args": ["serve"]
}
}
}