Skip to content
VS Code

FreeCAD MCP for VS Code

io.github.blwfish/freecad-mcp

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

client:VS Code transport:stdio runtime:oci

Install FreeCAD MCP in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

FreeCAD MCP in other clients