fusion-reconstruct-mcp
Related Servers
Alternatives to fusion-reconstruct-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityFmaintenanceEnables AI-powered parametric CAD design in Autodesk Fusion 360 through natural language commands. Supports multiple AI backends (Ollama, OpenAI, Gemini, Claude) with intelligent routing and safety validation for geometric operations.15MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact programmatically with Autodesk Fusion 360 for creating parametric 3D models through simple API calls.19-
- -licenseNot gradedqualityNot gradedmaintenanceEnables AI-powered CAD automation in Autodesk Fusion 360 through natural language prompts. Features a modern web chat interface with multiple LLM backends for creating 3D models, sketches, and parametric designs.-
- AlicenseBqualityDmaintenanceConnects AI coding agents to Autodesk Fusion 360 for CAD automation, enabling natural language control over sketching, 3D modeling, and CAM operations. It uses a Python-based bridge and a custom add-in to execute over 80 tools ranging from simple geometry creation to complex assembly and parameter management.8085MIT
- AlicenseNot gradedqualityDmaintenanceEnables natural language 3D modeling in Fusion 360 through an MCP server that translates user commands into Fusion 360 API calls. Supports creating, editing, and managing 3D objects, executing Python code, and capturing model views through conversational interactions.1MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI assistants to inspect and automate Autodesk Fusion 360 through MCP, providing tools for CAD modeling, CAM manufacturing, and document management.-
TDQS
Scored across 34 tools
Every tool targets a distinct resource or action: mesh analysis tools, Fusion document/sketch tools, and modeling operations are all clearly separated. Even similar operations like find_circular_holes vs find_circular_faces or fusion_screenshot vs render_orthographic_views are distinguished by precise names and detailed descriptions.
Most tools follow a clear snake_case verb-oriented pattern, with fusion_ prefixed for CAD operations and imperative verbs like list_, find_, get_, and add_ for mesh and sketch operations. Minor deviations like mesh_summary, fusion_shell, fusion_mirror, and fusion_new_document are small inconsistencies in an otherwise predictable scheme.
34 tools is a large surface, but the domain of mesh analysis plus Fusion 360 reconstruction genuinely requires many granular operations. The count feels heavy, especially with separate sketch primitive tools, yet each tool has a clear purpose and the breadth is understandable for the task.
The server covers the full reconstruction workflow from mesh inspection through sketching, solid modeling, and STL comparison. However, there is no tool for deleting/undoing features or bodies and no way to edit existing sketches, so agents can hit dead ends when a modeling step goes wrong.