Fusion MCP
Allows control of Autodesk Fusion through natural language, enabling CAD operations like creating and modifying 3D models via Python code execution within Fusion.
Executes Python code generated by LLMs to perform CAD operations within Fusion, translating natural language instructions into actionable Fusion API commands.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Fusion MCPcreate a 50mm cube with a 10mm hole through the center"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Fusion MCP
Autodesk Fusionを操作するためのMCP Server
MCP Tools
execute_code: PythonのコードをFusion内で実行する。Fusion APIを利用したモデリングが可能。get_viewport_screenshot: 現在のビューポートのスクリーンショットを取得する。list_user_parameters: User Parametersの一覧を取得する。set_parameter: User Parameterを更新する。health: Fusion Add-inへ接続できるか確認する。
LLMが生成したPythonコードをFusion上で実行します。 重要なデータで扱う前にバックアップを取り、Toolの実行内容を確認するようにしてください。
Related MCP server: Fusion360 LLM Assistant
仕組み
MCP ServerとFusion Add-inが連携して動作します。
MCP Server (
mcp-server/):Toolの呼び出しを受けてFusion Add-inに処理を依頼する。Fusion Add-in (
mcp-addin/):Fusion上で動作し、Fusion APIを使って実際の処理を実行する。
セットアップ
uvが必要です。
1. MCP ClientにMCP Serverを登録
各MCP Clientの設定方法に従ってください。
{
"mcpServers": {
"fusion": {
"command": "uvx",
"args": [
"--from",
"<リポジトリへの絶対パス>/fusion-mcp/mcp-server",
"fusion-mcp-server"
]
}
}
}2. FusionにAdd-inを登録
Fusionで
UTILITIES > ADD-INSを開く。+ボタンからScript or add-in from deviceを選び、fusion-mcp/mcp-addinフォルダを選択する。追加された
mcp-addinのRunトグルをONにする。
Run on Startupを有効にすると、Fusion起動時に自動でAdd-inが実行されます。
使い方のコツ
エージェントのPlan Modeなどを利用する。
Fusion APIのドキュメントやサンプルを参照させる。
クレジット
ahujasid/blender-mcpを参考に作成しました。
ライセンス
MIT License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceA Model Context Protocol server that enables Cline to translate natural language prompts into Fusion 360 CAD operations by mapping commands to Fusion's API and generating executable Python scripts.Last updated82MIT
- Alicense-qualityDmaintenanceEnables natural language 3D modeling in Fusion 360 through an MCP server that translates user commands into Fusion 360 API calls. Supports creating, editing, and managing 3D objects, executing Python code, and capturing model views through conversational interactions.Last updated1MIT
- Alicense-qualityFmaintenanceEnables AI assistants to generate Autodesk Fusion 360 Python scripts through natural language commands, using the Model Context Protocol (MCP) for tool calls and script generation.Last updated5MIT
- AlicenseBqualityDmaintenanceIntegrates PTC Windchill and Creo Parametric with LLM-based clients via the Model Context Protocol, enabling natural language interaction with PLM and CAD systems for tasks like part search, BOM retrieval, model operations, and exports.Last updated114MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shiguri-01/fusion-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server