Freecad MCP
UnclaimedFreeCAD MCP(Model Context Protocol) server
Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (11)
create_document
Create a new document in FreeCAD.
create_object
Create a new object in FreeCAD.
delete_object
Delete an object in FreeCAD.
edit_object
Edit an object in FreeCAD.
execute_code
Execute arbitrary Python code in FreeCAD.
get_object
Get an object in a document.
get_objects
Get all objects in a document.
get_parts_list
Get the list of parts in the parts library.
get_view
Get a screenshot of the active view.
insert_part_from_library
Insert a part from the parts library.
run_fem_analysis
Run the CalculiX solver on an existing Fem::FemAnalysis and return summary results (max von Mises stress, max displacement, node count, working directory). Auto-creates a SolverCcxTools if the analysis has none. See examples/cantileverfem.py for an end-to-end usage example.