mycelia1/fusion360-mcp-server
If you are the rightful owner of fusion360-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Fusion360 MCP Server is a modern Model Context Protocol server designed for Autodesk Fusion 360, enabling AI assistants to generate Python scripts through natural language commands.
Tools
Functions exposed to the LLM to take actions
get_scene_info
Get detailed information about the current Fusion360 design.
get_object_info
Get detailed information about a specific object in the design.
execute_code
Execute arbitrary Python code in Fusion360 for debugging and advanced operations.
create_sketch
Create sketches on XY, YZ, or XZ planes.
draw_rectangle
Draw rectangles with configurable dimensions.
draw_circle
Draw circles with specified radius and center.
draw_line
Draw lines between two points.
extrude
Extrude sketches into 3D geometry.
revolve
Revolve profiles around an axis.
shell
Create hollow shells from solid bodies.
mirror
Mirror features across construction planes.
fillet
Add fillets to edges with smart edge selection.
chamfer
Add chamfers to edges.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client