Generate Fusion 360 Python scripts from natural language for faster CAD automation.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "fusion360-mcp-server" yet — see the docs or source repo.
Generate a Python script for Autodesk Fusion 360 to create a parametric bracket: a base plate 120mm long, 80mm wide, and 6mm thick, with two side walls each 40mm high and 6mm thick, plus 5mm mounting holes at the four corners. Define key dimensions as editable parameters.
A runnable Fusion 360 Python script that builds a parametric bracket model.
Generate a Fusion 360 Python script to create 3 spur gears in batch from a parameter list, with tooth counts of 20, 30, and 40, module 2, and thickness 10mm. Name each gear separately and place each in a different component.
A Fusion 360 automation script that batch-generates multiple gear components.
Based on the following modeling request, output a Fusion 360 Python script: create a hollow cylinder with an outer diameter of 60mm, inner diameter of 40mm, and height of 25mm, add 6 evenly spaced 4mm holes on the top, and include simple comments explaining each step.
A commented Fusion 360 script that automatically builds the part as described.
Inspect and automate Autodesk Fusion 360 for CAD, CAM, and documents via MCP.
Query Fusion 360 API docs and generate relevant Python code examples.
Create and modify FreeCAD 3D models using natural language commands.
Let AI control FreeCAD for 3D modeling, editing, and export via MCP.
Use natural language to operate Civil 3D for civil engineering design tasks.
Provide typed FreeCAD document and object operations through the Model Context Protocol.