text-to-model
Turn natural language into 3D models in Fusion 360. 64 CAD tools including sketches, extrudes, fillets,and JIS standard parts.
README
TextToModel
Turn natural language into 3D models in Fusion 360.
An MCP (Model Context Protocol) server add-in that connects Claude to Autodesk Fusion 360 — giving you 64 CAD tools controllable through plain text.

Highlights
- Natural Language → CAD — Describe what you want, Claude builds it in Fusion 360
- 64 MCP Tools — Sketches, extrudes, fillets, sweeps, lofts, booleans, patterns, and more
- JIS Standard Parts — Generate bolts, nuts, screws, washers, keyways, bearings, and O-rings with accurate JIS dimensions (ISO equivalents planned)
- Full Parametric Workflow — Sketches → features → modifications → export (STEP/STL)
- Works with Claude Desktop & Claude Code
Quick Start
Prerequisites
- Autodesk Fusion 360
- Claude Desktop or Claude Code
- Node.js (for
npx)
Installation
- Clone this repo into Fusion 360's add-in directory:
# Windows
git clone https://github.com/mikan-atomoki/text-to-model.git "%APPDATA%\Autodesk\Autodesk Fusion 360\API\AddIns\TextToModel"
# macOS
git clone https://github.com/mikan-atomoki/text-to-model.git ~/Library/Application\ Support/Autodesk/Autodesk\ Fusion\ 360/API/AddIns/TextToModel
-
In Fusion 360: UTILITIES → ADD-INS → Scripts and Add-Ins → Run TextToModel
-
Connect to Claude:
Claude Desktop — add to your MCP config (claude_desktop_config.json):
{
"mcpServers": {
"fusion360": {
"command": "npx",
"args": ["-y", "mcp-remote", "http://127.0.0.1:13405/sse"]
}
}
}
Claude Code — run:
claude mcp add fusion360-mcp --transport sse http://127.0.0.1:13405/sse
That's it. Open Claude and start modeling.
Examples
Create an M8x30 hex socket head bolt at the origin
Draw a 50mm × 30mm rectangle on the XY plane, extrude it 20mm,
and add a 3mm fillet to the top long edges
Draw a 20mm diameter circle, create a revolve, then add a keyway
Tool Categories (64 tools)
| Category | Count | Tools |
|---|---|---|
| Sketch | 7 | circle, rectangle, line, arc, spline, polygon, create sketch |
| Features | 4 | extrude, revolve, sweep, loft |
| Modify | 6 | fillet, chamfer, shell, mirror, variable fillet, draft |
| Patterns & Combine | 3 | circular/rectangular pattern, boolean combine |
| JIS Fasteners | 4 | bolt, nut, screw, washer (with JIS standard dimensions) |
| JIS Holes | 3 | threaded hole, counterbore, countersink |
| Mechanical | 3 | keyway (B1301), bearing hole (B1520), O-ring groove (B2401) |
| Construction | 4 | offset/angled/mid plane, construction axis |
| Inspect | 5 | list edges/faces/sketches/planes, bounding box |
| Surface | 4 | patch, thicken, offset, boundary fill |
| Split | 2 | split body, split face |
| Transform | 3 | move, scale, copy |
| Import | 2 | SVG, DXF |
| Constraints | 3 | geometric constraint, dimension, list entities |
| Appearance | 2 | body color, rename body |
| Utility | 9 | design info, list bodies/components, parameters, undo, export STEP/STL, execute code |
Architecture
Claude Desktop/Code ←→ MCP (HTTP/SSE) ←→ Bridge (CustomEvent) ←→ Fusion 360 API
The add-in runs an HTTP/SSE server inside Fusion 360. Claude sends tool calls via MCP protocol, and the bridge executes them on Fusion's main thread using a CustomEvent-based synchronization mechanism.
License
MIT
<details> <summary>🇯🇵 日本語</summary>
Fusion 360 を Claude Desktop/Code から直接操作できる MCP サーバーアドイン。 テキストの指示だけで 3D モデリング・JIS 規格部品の生成が可能です。
64種類のMCPツールで、スケッチ作成・押し出し・フィレット・JIS ボルト生成など、幅広いCAD操作をテキスト指示で実行できます。
セットアップ方法や詳細は英語版をご参照ください。
</details>
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。