FreeCAD MCP
Related Servers
Alternatives to FreeCAD MCP
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceAllows controlling FreeCAD from Claude Desktop to create and edit 3D models using natural language commands.10MIT
- AlicenseAqualityDmaintenanceEnables Claude Desktop to control FreeCAD for 3D CAD modeling, including creating, editing, and deleting objects, executing Python code, and running FEM analyses.14MIT
- AlicenseAqualityDmaintenanceEnables to control FreeCAD from Claude Desktop through MCP, allowing CAD operations like creating and editing objects, taking screenshots, and executing Python code.111MIT
- AlicenseAqualityDmaintenanceEnables users to control FreeCAD through natural language for creating, editing, and managing 3D objects and documents. It supports executing Python code, capturing screenshots of the workspace, and importing parts from the FreeCAD library.11MIT
- AlicenseAqualityBmaintenanceEnables AI-driven control of FreeCAD for CAD modeling, including creating, editing, measuring objects and running FEM analysis, via natural language interaction through Claude Desktop.36MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to control FreeCAD 3D modeling software, allowing creation and manipulation of 3D objects, execution of Python code, and interaction with FreeCAD's parts library through natural language.10MIT
TDQS
Scored across 10 tools
Most tools have distinct purposes, but there is some overlap between create_object and edit_object, as edit_object is described as a fallback for when create_object cannot handle object creation, which could cause confusion. However, other tools like get_object, get_objects, and delete_object are clearly differentiated.
All tool names follow a consistent verb_noun pattern with snake_case, such as create_document, delete_object, get_view, and insert_part_from_library. There are no deviations in naming conventions, making the set predictable and easy to understand.
With 10 tools, the count is well-scoped for a CAD modeling server, covering core operations like document and object management, code execution, view handling, and library access. Each tool appears to serve a specific function without unnecessary redundancy.
The toolset provides good coverage for FreeCAD operations, including create, get, edit, and delete for objects and documents, along with view management and library integration. A minor gap is the lack of a tool to list or manage documents (e.g., list_documents), but agents can work around this using existing tools like get_objects.