Control FreeCAD parametrically using an MCP server.
Sponsored
FreeCAD MCP is a server that allows users to control the FreeCAD 3D modeling software from other applications, such as Claude Desktop. It enables parametric design and automation of FreeCAD tasks through remote procedure calls (RPC), offering capabilities like creating and editing objects, executing Python code, and retrieving screenshots. The server facilitates integration with other tools and workflows, empowering users to design and manipulate 3D models programmatically.
Key Features
01Create, edit, and delete objects in FreeCAD via RPC.
02Insert parts from the FreeCAD library.
03Execute arbitrary Python code within FreeCAD.
04Get object information.
05Retrieve screenshots of the FreeCAD active view.
0626 GitHub stars
Use Cases
01Programmatic generation of FreeCAD designs.
02Automated design workflows in FreeCAD.
03Parametric control of 3D models using Claude Desktop.