freecad-mcp
Related Servers
Alternatives to freecad-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceEnables control of FreeCAD CAD software from Claude Desktop through natural language commands. Supports creating, editing, and managing 3D objects, executing Python code, and generating screenshots of designs.10MIT
- 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
- AlicenseAqualityBmaintenanceThis repository is a FreeCAD MCP that allows you to control FreeCAD from Claude Desktop.102,173MIT
- FlicenseAqualityAmaintenanceConnects Claude Desktop to a running FreeCAD instance, enabling document management, part creation and editing, direct Python execution, parts library insertion, FEM analysis, and 3D view screenshots.14-
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to interact with FreeCAD for 3D modeling, macros, and debugging via MCP.MIT
TDQS
Scored across 11 tools
Most tools have distinct purposes (create, edit, delete, list, get). The edit_object tool description mentions it is used when create_object cannot handle creation, which could cause slight confusion, but overall each tool's intent is clear.
All tool names follow a consistent verb_noun pattern in snake_case, such as create_object, list_documents, get_view. Pluralization for list/get operations is appropriate and consistent.
With 11 tools covering document management, object CRUD, viewing, parts library, and code execution, the count is well-scoped for a CAD tool server, providing necessary functionality without bloat.
Core CRUD and document operations are covered. Missing are save/close document tools, but arbitrary code execution via execute_code can fill gaps. Overall, the tool surface is reasonably complete for typical CAD workflows.