mcp-server-chart vs one-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | one-mcp by burugo | |
|---|---|---|
| Stars | ★ 4,068 | ★ 390 |
| 30d uses | 10,239 | — |
| Score | 84 | 50 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsOps & InfraOther |
| 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.
one-mcp · Summary
One MCP is a centralized proxy platform for managing multiple MCP services with a web interface, analytics, and service grouping capabilities.
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
one-mcp · Use cases
- Managing multiple MCP services in a centralized dashboard instead of configuring each one individually
- Creating custom Claude Skills by grouping multiple MCP services into a single endpoint
- Monitoring usage analytics and performance metrics of MCP services across an organization
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"]
}
}
}one-mcp · Install
Homebrew Installation (macOS & Linux)
# Add tap
brew tap burugo/tap
# Install one-mcp
brew install one-mcp
# Start as background service
brew services start one-mcpDocker Installation
docker run --name one-mcp -d \
--restart always \
-p 3000:3000 \
-v $(pwd)/data:/data \
buru2020/one-mcp:latestManual Installation
git clone https://github.com/burugo/one-mcp.git
cd one-mcp
cp .env_example .env
bash ./run.sh**Default Login**: Username root, Password 123456