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: 3D-MCP
仕組み
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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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