A bridge between Claude and FreeCAD's Python API that lets you create and manipulate 3D models through natural language. Exposes two core operations: get_scene_info for inspecting document state and run_script for executing arbitrary FreeCAD Python commands. You can create parametric parts, modify existing geometry, set up constraints, and automate CAD workflows by describing what you want rather than writing boilerplate code. Installation requires dropping the module into FreeCAD's Mod directory and configuring the Python path. Reach for this when you want conversational CAD design or need to prototype geometric operations quickly without diving into FreeCAD's interface.
claude mcp add --transport stdio bonninr-freecad_mcp uvx freecad_mcp