Autodesk Fusion 360
MCP server for autodesk fusion 360 mcp server
What is Autodesk Fusion 360?
Autodesk Fusion 360 is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server for autodesk fusion 360 mcp server
MCP server for autodesk fusion 360 mcp server
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- MCP server for autodesk fusion 360 mcp server
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx autodesk-fusion-360-mcp-serverConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Autodesk Fusion 360
Autodesk Fusion 360 MCP Server connects AI assistants directly to Autodesk Fusion 360's modeling environment via a custom add-in, enabling natural language control of 3D CAD operations. The server exposes tools for sketching (circles, lines, arcs, splines), solid modeling (extrude, revolve, sweep, loft), modifications (fillets, shell, patterns), parameter management, and export to STEP and STL formats. Because Fusion 360's API is not thread-safe, the server uses a task-queue architecture to safely execute all operations on Fusion's main UI thread.
Prerequisites
- Python 3.10 or higher installed
- Autodesk Fusion 360 installed on Windows or macOS
- Claude Desktop or VS Code with MCP support
- uv package manager for running the MCP server (recommended)
- Git for cloning the repository
Clone the repository
Clone the Autodesk-Fusion-360-MCP-Server repository to your local machine.
git clone https://github.com/JustusBraitinger/Autodesk-Fusion-360-MCP-Server.git
cd Autodesk-Fusion-360-MCP-ServerSet up the Python environment and install dependencies
Create a virtual environment inside the Server directory and install the required Python packages including the MCP CLI.
cd Server
python -m venv venv
# Windows PowerShell:
.\venv\Scripts\Activate
# macOS/Linux:
source venv/bin/activate
pip install -r requirements.txt
pip install "mcp[cli]"Install the Fusion 360 add-in
Run the provided installer script from the project root to copy the add-in into Fusion 360's add-ins directory.
cd ..
python Install_Addin.pyEnable the add-in in Fusion 360
Open Autodesk Fusion 360, go to Tools → Add-Ins → Scripts and Add-Ins, find the installed add-in, and click Run. Leave Fusion 360 open during use.
Install and configure the MCP server for Claude Desktop
From the Server directory, use the MCP CLI to install the server so Claude Desktop can discover it.
cd Server
uv run mcp install MCP_Server.pyRestart Claude Desktop
Fully quit and reopen Claude Desktop so it loads the newly installed Fusion 360 MCP server.
Autodesk Fusion 360 Examples
Client configuration
Alternative manual Claude Desktop configuration pointing to the local MCP server script.
{
"mcpServers": {
"fusion360": {
"command": "uv",
"args": [
"run",
"--directory",
"/absolute/path/to/Autodesk-Fusion-360-MCP-Server/Server",
"MCP_Server.py"
]
}
}
}Prompts to try
Example natural language prompts for 3D modeling operations in Fusion 360.
- "Create a cylinder with radius 10mm and height 50mm"
- "Draw a rectangle sketch 100mm by 60mm on the XY plane"
- "Extrude the last sketch by 20mm"
- "Add a 2mm fillet to all edges of the body"
- "Export the current design as a STEP file"Troubleshooting Autodesk Fusion 360
Operations are queued but never execute in Fusion 360
The Fusion 360 add-in must be actively running. Go to Tools → Add-Ins → Scripts and Add-Ins in Fusion 360 and confirm the add-in shows as running. Click Run if it is stopped.
MCP server cannot connect to Fusion 360
Ensure Fusion 360 is open and the add-in is active before sending commands. The add-in exposes a local HTTP endpoint at 127.0.0.1:8000 that the MCP server connects to.
Install_Addin.py fails with a path error
Run the script from the repository root (not from inside the Server directory). Fusion 360 must be installed in its default location; if it is in a custom path, edit the script's destination path before running.
Frequently Asked Questions about Autodesk Fusion 360
What is Autodesk Fusion 360?
Autodesk Fusion 360 is a Model Context Protocol (MCP) server that mcp server for autodesk fusion 360 mcp server It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Autodesk Fusion 360?
Follow the installation instructions on the Autodesk Fusion 360 GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Autodesk Fusion 360?
Autodesk Fusion 360 works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Autodesk Fusion 360 free to use?
Yes, Autodesk Fusion 360 is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Autodesk Fusion 360 Alternatives — Similar Developer Tools Servers
Looking for alternatives to Autodesk Fusion 360? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Autodesk Fusion 360 in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Autodesk Fusion 360?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.