HomeDesign & Media › FreeCAD MCP

FreeCAD MCP

Control FreeCAD from Claude — 3D modeling, PartDesign, CAM toolpaths, and more via 30+ tools.

Python
★ 50 stars Last pushed 2026-09-22 License: LGPL-2.1

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/blwfish/freecad-mcp:latest

Or add to your MCP client config:

{
  "mcpServers": {
    "freecad-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/blwfish/freecad-mcp:latest"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry