Codex-FreeCAD-MCP

hashbolic/Codex-FreeCAD-MCP
★ 0 stars Python Code/Dev Tools Updated 6d ago
Working FreeCad MCP server for Codex
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "codex-freecad-mcp": {
      "command": "uvx",
      "args": [
        "codex-freecad-mcp"
      ]
    }
  }
}

Or install with pip: pip install codex-freecad-mcp

README Excerpt

This local Codex plugin exposes a compact typed MCP surface for FreeCAD 1.1.x on Windows. It connects to the bundled Robust MCP Bridge over XML-RPC by default and can also run with the embedded bridge when launched by FreeCAD's Python 3.11 runtime. The bridge implementation and FreeCAD addon are derived from