Fusion-MCP-Server
If you are the rightful owner of Fusion-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.
Master Control Program (MCP) server for Autodesk Fusion 360 that enables remote control and automation of Fusion 360 operations.
The Fusion 360 MCP Server is a client-server architecture designed to facilitate remote interaction with Autodesk Fusion 360. It acts as a bridge between external applications and the Fusion 360 API, allowing for the execution of commands and retrieval of model information remotely. The system is composed of three main components: the MCP Server, which is a standalone Python server; the MCP Client, a Python library for connecting to the server; and a Fusion 360 Add-in that integrates with the Fusion 360 API. This setup allows users to automate and control Fusion 360 operations from external applications, enhancing productivity and flexibility in design workflows.
Features
- Remote Command Execution: Allows external applications to execute commands in Fusion 360 remotely.
- Model Information Retrieval: Enables retrieval of model information from Fusion 360 for external processing.
- Client-Server Architecture: Utilizes a Python-based server and client for communication with Fusion 360.
- Fusion 360 Integration: Includes an add-in for seamless integration with the Fusion 360 API.
- JSON-based Protocol: Uses a simple JSON-based protocol for communication over TCP sockets.