Skip to main content
Glama

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へ接続できるか確認する。

CAUTION

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を登録

  1. FusionでUTILITIES > ADD-INSを開く。

  2. +ボタンからScript or add-in from deviceを選び、fusion-mcp/mcp-addinフォルダを選択する。

  3. 追加されたmcp-addinRunトグルをONにする。

Run on Startupを有効にすると、Fusion起動時に自動でAdd-inが実行されます。

使い方のコツ

クレジット

ahujasid/blender-mcpを参考に作成しました。

ライセンス

MIT License

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    D
    maintenance
    Enables 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 updated
    1
    MIT
  • A
    license
    -
    quality
    F
    maintenance
    Enables 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 updated
    5
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Integrates 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 updated
    11
    4
    MIT

View all related MCP servers

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

View all MCP Connectors

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