Iflow Mcp Autodesk Fusion Mcp Python
FreeNot checkedAutodesk Fusion 360 MCP Integration - enables AI assistants to interact programmatically with Autodesk Fusion 360
About
Autodesk Fusion 360 MCP Integration - enables AI assistants to interact programmatically with Autodesk Fusion 360
README
The Fusion MCP (Model Context Protocol) application is an integration system that enables AI assistants to interact programmatically with Autodesk Fusion 360. This implementation specifically demonstrates how to create parametric 3D models through simple API calls, bridging the gap between conversational AI and CAD software.
Overview
The Fusion 360 MCP Integration enables AI assistants to control Fusion 360 for 3D modeling tasks. This project is particularly valuable for:
- AI-assisted CAD design workflows
- Parametric 3D model generation
- Automating repetitive design tasks in Fusion 360
- Creating programmatic interfaces to Fusion 360
Components
The integration consists of three main components:
1. LiveCube Script (LiveCube.py & LiveCube.manifest)
A Fusion 360 add-in that:
- Runs inside Fusion 360 as a script
- Creates parametric cubes with specified dimensions
- Exposes an HTTP endpoint on port 18080 to receive commands
- Can be triggered via simple HTTP GET requests
2. Fusion Server (fusion_server.py)
An intermediary server that:
- Acts as a bridge between MCP and Fusion 360
- Listens on port 8000 for MCP requests
- Translates MCP calls into formats Fusion 360 can understand
- Handles communication with the LiveCube script
3. MCP Server (fusion_mcp.py)
The Model Context Protocol server that:
- Provides tools AI assistants can use
- Integrates with Autodesk Platform Services (APS) for cloud automation
- Offers the
generate_cubetool for creating parametric cubes - Uses OAuth authentication for secure access to APS
Features
- Cube Creation: Generate parametric cubes with specified dimensions
- Autodesk Platform Services Integration: Use APS Design Automation for complex operations
- Simple HTTP Interface: Easy-to-use API for controlling Fusion 360
- MCP Standard Compliance: Works with any MCP-compatible AI assistant
Installation
Prerequisites
- Autodesk Fusion 360 (2023 or newer)
- Python 3.9+ with pip
- Autodesk Platform Services account with API access
- MCP-compatible AI assistant (like Claude in Windsurf environments)
Setup Instructions
Install Python Dependencies:
pip install -r requirements.txtSet Up Environment Variables: Create a
keys.envfile with your Autodesk Platform Services credentials:APS_CLIENT_ID=your_client_id APS_CLIENT_SECRET=your_client_secret FUSION_ACTIVITY_ID=your_activity_idInstall LiveCube Script in Fusion 360:
- Open Fusion 360
- Navigate to Scripts and Add-Ins (Shift+S)
- Click the green "+" button and select "Add script"
- Browse to and select the
LiveCubefolder in this repository - The script should now appear in your scripts list
Usage
Starting the Servers
Start the Fusion Server:
python fusion_server.pyThis will start listening on http://localhost:8000
Run the LiveCube Script:
- In Fusion 360, go to Scripts and Add-Ins
- Select LiveCube and click "Run"
- This will start the HTTP server inside Fusion 360 on port 18080
Start the MCP Server:
python fusion_mcp.pyThis will start the MCP server with stdio transport by default.
Using with AI Assistants
Configure your MCP-compatible AI assistant to connect to the Fusion MCP server. For example, with Claude Desktop:
{
"mcpServers": {
"fusion": {
"command": "python",
"args": ["/path/to/fusion_mcp.py"]
}
}
}
The AI can then use the generate_cube tool to create cubes in Fusion 360.
Direct API Access
You can also directly interact with the LiveCube script HTTP endpoint:
GET http://127.0.0.1:18080/cmd?edge=50
This would create a cube with 50mm edge length in Fusion 360.
Developer Notes
- The MCP server communicates with Autodesk Platform Services (APS) using OAuth 2.0 authentication
- For advanced use cases, modify
fusion_mcp.pyto add additional tools beyond cube creation - The system architecture can be extended to support other Fusion 360 operations by adding new handlers in
fusion_server.pyand corresponding Fusion 360 scripts
License
MIT
Acknowledgments
- Thanks to @damianengineer and @ydooWoody for the contributions!
- Thanks to YCombinator for hosting the World's Biggest MCP Hackathon: https://lu.ma/t4zeld9m?tk=67ixxD
- Autodesk for the Fusion 360 API and Platform Services
- Model Context Protocol (MCP) creators for enabling AI-tool interoperability
### Or specify stdio explicitly
```shell
npx @modelcontextprotocol/server-everything stdio
Run the SSE server
npx @modelcontextprotocol/server-everything sse
Run the streamable HTTP server
npx @modelcontextprotocol/server-everything streamableHttp
Installing Iflow Mcp Autodesk Fusion Mcp Python
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/sockcymbal/autodesk-fusion-mcp-pythonFAQ
Is Iflow Mcp Autodesk Fusion Mcp Python MCP free?
Yes, Iflow Mcp Autodesk Fusion Mcp Python MCP is free — one-click install via Unyly at no cost.
Does Iflow Mcp Autodesk Fusion Mcp Python need an API key?
No, Iflow Mcp Autodesk Fusion Mcp Python runs without API keys or environment variables.
Is Iflow Mcp Autodesk Fusion Mcp Python hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Iflow Mcp Autodesk Fusion Mcp Python in Claude Desktop, Claude Code or Cursor?
Open Iflow Mcp Autodesk Fusion Mcp Python on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Iflow Mcp Autodesk Fusion Mcp Python with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
