Fusion MCP
A Model Context Protocol server that connects LLMs with Autodesk Fusion, enabling CAD operations through natural language dialogue.
README
Fusion MCP
Autodesk Fusionを操作するためのMCPサーバー
LLMとFusionを接続し、自然言語による対話でCAD操作を可能にします。
構成
-
MCP Server (
mcp-server/): LLMとFusion Addinを接続するMCP(Model Context Protocol)サーバー -
Fusion Add-in (
mcp-addin/): MCP Serverからのリクエストを受け取り、FusionでCAD操作を実行するアドイン
セットアップ
必要なもの
- Autodesk Fusion
- MCP Client (Claude Desktop, Cursorなど)
- Python
- uv
手順
-
リポジトリをダウンロード
-
MCP ClientにServerを登録
Claude Desktopの場合:
Fiile > Settings > Developer > Edit Configをクリックします。 エクスプローラーが開くので
claude_desktop.jsonを開き、以下の内容を追加します。{ "mcpServers": { "fusion": { "command": "uvx", "args": [ "--from", "path_to_downloaded/fusion-mcp/mcp-server", "fusion-mcp-server" ] } } } -
Fusionにアドインを登録
UTILITIES > ADD-INS > 「+」ボタン > Script or add-in from device >
fusion-mcp/mcp-addinフォルダを選択します。 mcp-addinが追加されるので、Runをオンにします。Run on Startupを有効にすると、Fusion起動時に自動でアドインが読み込まれます。
⚠️ 重要な注意点
LLMが生成したPythonコードをFusion内で実行する仕組みのため、セキュリティリスクがあります。 使用する前にFusionデータのバックアップを作成し、LLMが生成したコードを確認するようにしてください。
使用時のポイント
Fusion MCPだけでは、LLMがCADをうまく扱えない場合がほとんどです。 次のことを試してみてください。
- 具体的な数値を指定 - 「10mm伸ばして」など明確な値を含める
- 事前に設計を考えさせる - CAD操作前に数値を含めた設計プランを作成・検証してもらう
- 操作手順を明確化 - 「まず部品を選択、次に押し出し」など段階的な指示
- Fusion APIドキュメントを提供 - 複雑な操作時は関連APIの情報を渡す
- スクリーンショットを活用 - 現在の状態を画像で共有
これらのMCPサーバーも組み合わせると便利です。
- Sequential Thinking MCP Server - LLMが設計を段階的に考えてくれるようになります
- Context7 MCP Server - LLMがドキュメントを探して参照できるようになります
Credit
このプロジェクトはahujasidさんによる blender-mcp を参考に作成しました。
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.