mcp-server-chart vs turbo-flow
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | turbo-flow by marcuspat | |
|---|---|---|
| Stars | ★ 4,068 | ★ 161 |
| 30d uses | 10,239 | — |
| Score | 84 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | Shell |
| 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.
turbo-flow · Summary
Advanced agentic development environment with 215+ MCP tools, GitNexus knowledge graph, and cross-session memory via Beads.
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
turbo-flow · Use cases
- Multi-agent software development with hierarchical swarm coordination
- Cross-session project memory and context preservation
- Automated code quality analysis and performance optimization
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"]
}
}
}turbo-flow · Install
Installation
DevPod Installation
# macOS
brew install loft-sh/devpod/devpod
# Windows
choco install devpod
# Linux
curl -L -o devpod "https://github.com/loft-sh/devpod/releases/latest/download/devpod-linux-amd64"
sudo install devpod /usr/local/binLaunch
# DevPod (recommended)
devpod up https://github.com/adventurewavelabs/turbo-flow --ide vscode
# Manual
git clone https://github.com/adventurewavelabs/turbo-flow -b main
cd turbo-flow
chmod +x devpods/setup.sh
./devpods/setup.sh
source ~/.bashrt
turbo-statusClaude Desktop Configuration
Add to your Claude Desktop configuration:
{
"mcpServers": {
"ruflo": {
"command": "npx",
"args": ["ruflo@latest", "server"]
},
"gitnexus": {
"command": "npx",
"args": ["gitnexus", "server"]
}
}
}