FreeCAD MCP for Zed
io.github.blwfish/freecad-mcp
Control FreeCAD from Claude — 3D modeling, PartDesign, CAM toolpaths, and more via 30+ tools.
client:Zed
transport:stdio
runtime:oci
Install FreeCAD MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"freecad-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/blwfish/freecad-mcp:latest"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs