MCP Catalogs
Home

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
Score8549
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
Developer ToolsAI / LLM ToolsProductivity
LanguagePythonPython
Last commit2 mo agothis 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

  1. Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server
  1. Install dependencies:
pip install -e .
  1. For Claude Desktop integration, add to your claude_desktop_config.json:
{
  "mcpServers": {
    "ultimate-mcp": {
      "command": "python",
      "args": ["-m", "ultimate_mcp_server"],
      "env": {
        "PYTHONPATH": "."
      }
    }
  }
}
  1. Run the server:
python -m ultimate_mcp_server

freecad-addon-robust-mcp-server · Install

Installation

Using pip (recommended)

pip install freecad-robust-mcp

Using Docker

docker pull spkane/freecad-robust-mcp

Claude Desktop Configuration

Add the following to your ~/.claude/claude_desktop_config.json:

{
  "mcpServers": {
    "freecad": {
      "command": "freecad-mcp",
      "env": {
        "FREECAD_MODE": "xmlrpc"
      }
    }
  }
}

FreeCAD Workbench Installation

  1. Install the Robust MCP Bridge workbench via FreeCAD's Addon Manager:

- Edit → Preferences → Addon Manager - Search for "Robust MCP Bridge" - Install and restart FreeCAD

  1. Switch to the Robust MCP Bridge workbench
  2. Click the Start MCP Bridge button
Comparison generated from public README + GitHub signals. Last updated automatically.