Install
openclaw skills install openclaw-freecad-mcpControl FreeCAD via MCP to create and modify 3D models, automate CAD tasks, solve constraints, and integrate part libraries programmatically.
openclaw skills install openclaw-freecad-mcpEnable AI agents to control FreeCAD via the Model Context Protocol (MCP). Create 3D models programmatically, generate parts from descriptions, and automate CAD workflows.
npx clawhub install openclaw-freecad-mcp
Copy the addon/FreeCADMCP folder to your FreeCAD addons directory:
~/Library/Application Support/FreeCAD/Mod~/.FreeCAD/Mod%APPDATA%\FreeCAD\ModIn FreeCAD, go to Workbenches → FreeCAD MCP → Start RPC Server
Add the MCP server endpoint to your agent configuration:
{
"mcpServers": {
"freecad": {
"url": "http://localhost:9876"
}
}
}
Example agent prompts:
See the examples/ directory for:
MIT