mcp-server-chart vs freecad-addon-robust-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | freecad-addon-robust-mcp-server by spkane | |
|---|---|---|
| Stars | ★ 4,068 | ★ 84 |
| 30d uses | 10,239 | — |
| Score | 84 | 49 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | Python |
| 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.
freecad-addon-robust-mcp-server · Summary
A comprehensive MCP server connecting AI assistants to FreeCAD for 3D modeling with 150+ tools.
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
freecad-addon-robust-mcp-server · Use cases
- AI-assisted 3D modeling and design automation
- Debugging FreeCAD models and macros through AI conversation
- Generating FreeCAD code and templates programmatically
- Creating complex geometric shapes with natural language instructions
- Batch processing multiple 3D models
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"]
}
}
}freecad-addon-robust-mcp-server · Install
Installation
Using pip (recommended)
pip install freecad-robust-mcpUsing Docker
docker pull spkane/freecad-robust-mcpClaude Desktop Configuration
Add the following to your ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"freecad": {
"command": "freecad-mcp",
"env": {
"FREECAD_MODE": "xmlrpc"
}
}
}
}FreeCAD Workbench Installation
- Install the Robust MCP Bridge workbench via FreeCAD's Addon Manager:
- Edit → Preferences → Addon Manager - Search for "Robust MCP Bridge" - Install and restart FreeCAD
- Switch to the Robust MCP Bridge workbench
- Click the Start MCP Bridge button