mcp-server-chart vs furi
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | furi by ashwwwin | |
|---|---|---|
| Stars | ★ 4,068 | ★ 88 |
| 30d uses | 10,239 | — |
| Score | 84 | 44 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsOps & InfraProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 8 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
furi · Summary
A comprehensive CLI & API tool for managing MCP servers with process management, HTTP routing, and SSE aggregation 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
furi · Use cases
- Managing multiple MCP servers in production environments with process monitoring and logging
- Providing HTTP API access to MCP tools for integration with web applications
- Aggregating multiple MCP servers into a single endpoint for clients that support SSE transport
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"]
}
}
}furi · Install
Installation
On macOS/Linux:
curl -fsSL https://furi.so/install | bashVerify installation:
furiConfiguration for Claude Desktop
Add to your Claude Desktop config.json:
{
"mcpServers": {
"furi": {
"command": "furi",
"args": ["connect"]
}
}
}