Fusion 360
🤖 Control Fusion 360 with natural language through Claude Desktop using MCP (Model Context Protocol). Create, manipulate and modify 3D objects by simply describing what you want to do. French-localized adaptation of Kanbara Tomonori's original concep
What is Fusion 360?
Fusion 360 is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 🤖 control fusion 360 with natural language through claude desktop using mcp (model context protocol). create, manipulate and modify 3d objects by simply describing what you want to do. french-localiz...
🤖 Control Fusion 360 with natural language through Claude Desktop using MCP (Model Context Protocol). Create, manipulate and modify 3D objects by simply describing what you want to do. French-localized adaptation of Kanbara Tomonori's original concep
This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- 🤖 Control Fusion 360 with natural language through Claude De
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx fusion360-claude-ultimateConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Fusion 360
The Fusion 360 Claude Ultimate MCP Server connects Claude Desktop directly to Autodesk Fusion 360, enabling natural language control of 3D CAD modeling through over 84 tools. Users can create primitive shapes, perform boolean operations, add fillets and chamfers, run loft and sweep operations, manage materials, export to STL/STEP/F3D, and query mass properties — all by describing what they want in plain French or English. This project is a French-localized adaptation of Kanbara Tomonori's original concept, built with a Node.js MCP bridge and a Fusion 360 Python add-in communicating over a shared directory.
Prerequisites
- Autodesk Fusion 360 installed and licensed on your computer
- Node.js 18 or higher for the MCP bridge server
- Claude Desktop installed and configured
- Git to clone the repository (no npm package available — manual install required)
Clone the repository
Clone the fusion360-claude-ultimate repository to your local machine. The server requires both a Node.js bridge and a Fusion 360 add-in.
git clone https://github.com/Misterbra/fusion360-claude-ultimate.git
cd fusion360-claude-ultimate/server
npm installInstall the Fusion 360 add-in
Copy the fusion_script directory to your Fusion 360 add-ins folder. On macOS this is ~/Library/Application Support/Autodesk/Autodesk Fusion 360/API/AddIns/.
# macOS
cp -r fusion_script/fusion_mcp_server ~/Library/Application\ Support/Autodesk/Autodesk\ Fusion\ 360/API/AddIns/
# Windows (PowerShell)
Copy-Item -Recurse fusion_script\fusion_mcp_server "$env:APPDATA\Autodesk\Autodesk Fusion 360\API\AddIns\"Enable the add-in in Fusion 360
Open Fusion 360, go to Tools > Add-Ins > Scripts and Add-Ins, find fusion_mcp_server in the add-ins list, and click Run. Enable 'Run on Startup' to auto-start it.
Configure Claude Desktop
Add the fusion_mcp server to your Claude Desktop configuration, pointing to the server.mjs file in the cloned repository.
Restart Claude Desktop and open Fusion 360
Both Claude Desktop and Fusion 360 must be running simultaneously for the integration to work. The Node.js bridge communicates with Fusion 360 via a shared mcp_comm directory.
Fusion 360 Examples
Client configuration
Add the Fusion 360 MCP bridge to claude_desktop_config.json, replacing YOUR_PATH with the absolute path to your cloned repository.
{
"mcpServers": {
"fusion_mcp": {
"command": "node",
"args": ["/absolute/path/to/fusion360-claude-ultimate/server/server.mjs"],
"protocol": "stdio"
}
}
}Prompts to try
Use these prompts to create and modify 3D models in Fusion 360 through Claude. The server supports over 84 tools covering creation, editing, and export.
- "Create a cube with 50mm sides"
- "Add a cylinder with 20mm radius and 80mm height at the origin"
- "Add a 3mm fillet to edges 0 and 1 of 'Box1'"
- "Export the current design as an STL file for 3D printing"
- "What are the mass properties of 'Body1'?"
- "Move 'Cube1' 20mm along the X axis"
- "Create a rectangular pattern of 'Hole1' with 4 columns spaced 15mm apart"Troubleshooting Fusion 360
Claude sends commands but Fusion 360 does not respond
Both Fusion 360 must be running with the fusion_mcp_server add-in active, and Claude Desktop must be running with the MCP server configured. Check that the add-in shows as running in Fusion 360's Scripts and Add-Ins dialog. Verify the mcp_comm directory exists and is writable.
Node.js server fails to start with module not found errors
Run 'npm install' in the fusion360-claude-ultimate/server directory to install all dependencies. Ensure Node.js 18+ is installed. Check the absolute path in your claude_desktop_config.json points to server.mjs.
Add-in does not appear in Fusion 360's add-in list
Verify the fusion_mcp_server folder was copied to the correct AddIns directory for your OS. The folder must contain a valid .manifest file. Restart Fusion 360 after copying the add-in files.
Frequently Asked Questions about Fusion 360
What is Fusion 360?
Fusion 360 is a Model Context Protocol (MCP) server that 🤖 control fusion 360 with natural language through claude desktop using mcp (model context protocol). create, manipulate and modify 3d objects by simply describing what you want to do. french-localized adaptation of kanbara tomonori's original concep It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Fusion 360?
Follow the installation instructions on the Fusion 360 GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Fusion 360?
Fusion 360 works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Fusion 360 free to use?
Yes, Fusion 360 is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Fusion 360 Alternatives — Similar Business Applications Servers
Looking for alternatives to Fusion 360? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.
n8n
★ 189.1kA comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou
LobeHub
★ 77.5k🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.
Jeecgboot
★ 46.4kAI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。
CowAgent
★ 44.7kCowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。
Minds Platform
★ 39.2kPlatform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.
Astrbot
★ 32.8kAI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨
Browse More Business Applications MCP Servers
Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up 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 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.