Fusion MCP - Control Fusion 360 CAD from Claude Desktop via MCP

timeline: 2025
tech stack: Python, MCP, Autodesk Fusion 360, HTTP, Claude Desktop
Overview
Ever wanted to just vibe CAD? Fusion MCP lets you control Autodesk Fusion 360 directly from Claude Desktop using the Model Context Protocol. Describe what you want to build in plain language and watch it appear in Fusion 360 in real time. Sketch shapes, extrude them into 3D objects, add fillets and chamfers, cut holes, all without touching the GUI.
Demo
prompt
“Make a robot face: a wide rectangle for the head, extrude it, then fillet it, cut two circular eyes through it, cut a rectangular mouth slot, add two antennas”
Architecture
Claude Desktop
MCP server
Fusion 360 HTTP bridge
Fusion 360 Python API
Fusion 360
Available Tools
sketch_rectangleCreate a rectangle on the XZ plane
sketch_circleCreate a circle by radius or diameter
sketch_lineDraw a line on the XZ plane
sketch_polylineDraw multi-segment polylines
extrude_profileExtrude a sketch into a 3D body
extrude_cutCut through existing bodies
fillet_edgesRound all edges of the last body
chamfer_edgesBevel all edges of the last body
clear_allClear the entire workspace