# Fusion Mcp

> Autodesk Fusionを操作するMCPサーバー

- **Type:** MCP server
- **Install:** `agentstack add mcp-shiguri-01-fusion-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [shiguri-01](https://agentstack.voostack.com/s/shiguri-01)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [shiguri-01](https://github.com/shiguri-01)
- **Source:** https://github.com/shiguri-01/fusion-mcp

## Install

```sh
agentstack add mcp-shiguri-01-fusion-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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の実行内容を確認するようにしてください。

## 仕組み

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の設定方法に従ってください。

```json
{
  "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-addin`の`Run`トグルをONにする。

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

## 使い方のコツ

- エージェントのPlan Modeなどを利用する。
- Fusion APIのドキュメントやサンプルを参照させる。
    - [Fusion Help | Welcome to the Fusion API](https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-A92A4B10-3781-4925-94C6-47DA85A4F65A)
    - [Fusion360DevTools](https://github.com/autodeskfusion360/fusion360devtools)

## クレジット

[ahujasid/blender-mcp](https://github.com/ahujasid/blender-mcp)を参考に作成しました。

## ライセンス

MIT License

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [shiguri-01](https://github.com/shiguri-01)
- **Source:** [shiguri-01/fusion-mcp](https://github.com/shiguri-01/fusion-mcp)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-shiguri-01-fusion-mcp
- Seller: https://agentstack.voostack.com/s/shiguri-01
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
