ultimate_mcp_server vs freecad-addon-robust-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
ultimate_mcp_server by Dicklesworthstone | freecad-addon-robust-mcp-server by spkane | |
|---|---|---|
| Stars | ★ 149 | ★ 84 |
| 30d uses | — | — |
| Score | 85 | 49 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | Developer ToolsAI / LLM ToolsProductivity |
| Language | Python | Python |
| Last commit | 2 mo ago | this month |
ultimate_mcp_server · Summary
Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.
freecad-addon-robust-mcp-server · Summary
A comprehensive MCP server connecting AI assistants to FreeCAD for 3D modeling with 150+ tools.
ultimate_mcp_server · Use cases
- Complex document processing and analysis with OCR and structured data extraction
- Web automation and research across multiple sites with browser control
- Cost-optimized AI workflows through intelligent task delegation between models
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
ultimate_mcp_server · Install
Installation
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_serverfreecad-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