Freecad MCP
未申請FreeCAD MCP(Model Context Protocol) server
claudefreecadmcp
未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(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.