mikan-atomoki/text-to-model
Platform-specific configuration:
{
"mcpServers": {
"text-to-model": {
"command": "npx",
"args": [
"-y",
"text-to-model"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
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.
---
npx)# 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/TextToModelClaude 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/sseThat's it. Open Claude and start modeling.
Create an M8x30 hex socket head bolt aLoading reviews...