fusion360-mcp-server

fusion360-mcp-server

3.4

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.

A Model Context Protocol (MCP) server that interfaces between Cline and Autodesk Fusion 360, exposing Fusion 360 toolbar-level commands as callable tools.

The Fusion 360 MCP Server allows Cline to parse natural language prompts and resolve them into Fusion tool actions. It enables calling these tools through the MCP server and returns Python scripts that can be executed in Fusion 360. This integration facilitates the automation of design tasks in Fusion 360 by translating user commands into API calls, making it easier to create and modify 3D models programmatically.

Features

  • Natural Language Processing: Converts natural language prompts into Fusion 360 tool actions.
  • API Integration: Directly maps commands to Fusion 360's API for seamless operation.
  • Script Generation: Produces Python scripts for execution in Fusion 360's Script Editor.
  • Tool Sequencing: Supports calling multiple tools in sequence to perform complex operations.
  • HTTP and MCP Modes: Operates as both an HTTP server and an MCP server for flexible integration.