Enable 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
共 1 个版本