mcp-server-chart vs freecad-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | freecad-mcp by contextform | |
|---|---|---|
| Stars | ★ 4,068 | ★ 73 |
| 30d uses | 10,239 | — |
| Score | 84 | 43 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | Python |
| Last commit | this month | 9 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
freecad-mcp · Summary
FreeCAD MCP enables AI-powered 3D modeling and CAD automation through natural language commands in Claude
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-mcp · Use cases
- Automate CAD modeling tasks through natural language instructions
- Create complex 3D models like buildings and mechanical parts with simple commands
- Integrate AI design assistants into existing FreeCAD workflows
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-mcp · Install
Installation
Quick Install
**Windows:**
python -m pip install --user mcp
npm install -g freecad-mcp-setup@latest
npx freecad-mcp-setup setup**macOS/Linux:**
pip install mcp
npm install -g freecad-mcp-setup@latest
npx freecad-mcp-setup setupClaude Desktop Configuration
Add to your Claude Desktop config:
{
"mcpServers": {
"freecad": {
"command": "python3",
"args": ["/path/to/.freecad-mcp/working_bridge.py"]
}
}
}**Config file locations:**
- **macOS**:
~/Library/Application Support/Claude/claude_desktop_config.json - **Windows**:
%APPDATA%/Claude/claude_desktop_config.json