mcp-server-chart vs ARBuilder
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | ARBuilder by Quantum3-Labs | |
|---|---|---|
| Stars | ★ 4,068 | ★ 21 |
| 30d uses | 10,239 | — |
| Score | 84 | 43 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsKnowledge Graph |
| 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.
ARBuilder · Summary
AI-powered development assistant for Arbitrum ecosystem with 19 MCP tools providing code generation for Stylus, SDKs, dApps and Orbit chains.
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
ARBuilder · Use cases
- Smart contract development for Arbitrum Stylus in Rust
- Cross-chain asset bridging and messaging SDK implementation
- Full-stack dApp development with frontend, backend, indexer and oracle components
- Orbit chain deployment and configuration assistance
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"]
}
}
}ARBuilder · Install
Hosted Installation (Recommended)
# Claude Code
claude mcp add arbbuilder -- npx -y mcp-remote https://arbuilder.app/mcp --header "Authorization: Bearer YOUR_API_KEY"Add to ~/.cursor/mcp.json (Cursor / VS Code):
{
"mcpServers": {
"arbbuilder": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://arbuilder.app/mcp",
"--header", "Authorization: Bearer YOUR_API_KEY"]
}
}
}Get your API key at [arbuilder.app](https://arbuilder.app)
Self-hosted Installation
Coming soon - see documentation for setup instructions.