mcp-server-chart vs forge-orchestrator
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | forge-orchestrator by nxtg-ai | |
|---|---|---|
| Stars | ★ 4,068 | ★ 116 |
| 30d uses | 10,239 | — |
| Score | 84 | 47 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | Rust |
| 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.
forge-orchestrator · Summary
Rust-based MCP server for multi-AI task orchestration with file locking, knowledge capture and drift detection.
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
forge-orchestrator · Use cases
- Coordinating multiple AI coding tools (Claude Code, Codex CLI, Gemini CLI) on the same repository
- Preventing file conflicts through exclusive locking mechanism when multiple AI tools work on shared code
- Capturing and reusing knowledge across different AI tool sessions to maintain context
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"]
}
}
}forge-orchestrator · Install
Install
curl -fsSL https://forge.nxtg.ai/install.sh | sh
forge initClaude Desktop Integration
Add to Claude Desktop config:
{
"mcpServers": {
"forge": {
"command": "forge",
"args": ["mcp"]
}
}
}From Source
git clone https://github.com/nxtg-ai/forge-orchestrator
cargo build --releaseNote: Single binary, 4.7 MB. No runtime dependencies.