mcp-server-chart vs obot
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | obot by obot-platform | |
|---|---|---|
| Stars | ★ 4,068 | ★ 777 |
| 30d uses | 10,239 | — |
| Score | 84 | 53 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsOps & InfraAI / 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.
obot · Summary
Complete MCP platform offering hosting, registry, gateway, and chat client.
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
obot · Use cases
- Enterprise deployment and management of MCP servers with authentication and access controls
- Creating an internal MCP server registry for approved tools within an organization
- Building secure chat applications that leverage multiple MCP servers
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"]
}
}
}obot · Install
Obot Installation
Docker Installation
docker run -d --name obot -p 8080:8080 \
-v /var/run/docker.sock:/var/run/docker.sock \
-e OPENAI_API_KEY=<API KEY> \
-e OBOT_SERVER_ENABLE_AUTHENTICATION=true \
-e OBOT_BOOTSTRAP_TOKEN=<token> \
ghcr.io/obot-platform/obot:latestAfter starting, open http://localhost:8080 in your browser to access the Obot UI. Check the container logs to see your bootstrap token for initial setup.