Skip to content
Windsurf

FreeCAD MCP for Windsurf

io.github.blwfish/freecad-mcp

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

client:Windsurf transport:stdio runtime:oci

Install FreeCAD MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

FreeCAD MCP in other clients