Creates parametric Fusion 360 models from natural-language instructions through 64 MCP CAD tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Text To Model.
The mikan-atomoki/text-to-model MCP server lets Claude control Autodesk Fusion 360 through plain-text modeling instructions. It can create sketches and construction geometry, build solid features, modify bodies, inspect designs, and export models. The workflow is intended for parametric CAD: an agent can create a sketch, apply a feature, make changes, and then export the result.
The server also includes generators for JIS-standard mechanical parts. Supported examples include bolts, nuts, screws, washers, threaded holes, counterbores, countersinks, keyways, bearing holes, and O-ring grooves. The README describes these parts as using JIS dimensions; ISO equivalents are planned rather than listed as currently supported.
Fusion 360 hosts the add-in and its HTTP/SSE server. Claude connects to the local endpoint at http://127.0.0.1:13405/sse using MCP. A bridge receives tool calls and synchronizes their execution with Fusion 360βs main thread through a CustomEvent mechanism, where the Fusion 360 API performs the requested operation.
This architecture keeps the modeling operations inside the running Fusion 360 application. The mikan-atomoki/text-to-model MCP server therefore depends on Fusion 360 being installed and the TextToModel add-in being active when Claude sends requests.
Use the following setup sequence:
%APPDATA%\Autodesk\Autodesk Fusion 360\API\AddIns\TextToModel; on macOS, it is under the user Libraryβs Fusion 360 API AddIns directory.For Claude Desktop, the README uses npx -y mcp-remote http://127.0.0.1:13405/sse in the MCP configuration. Claude Code can be registered with its SSE transport and the same local URL. The mikan-atomoki/text-to-model MCP server does not document an API key, OAuth flow, or other credential requirement.
The 64 tools are grouped across several CAD functions:
The documented client support is Claude Desktop and Claude Code. The server is designed around Autodesk Fusion 360, so it is not a general-purpose standalone CAD engine. Its local endpoint uses HTTP/SSE on port 13405 according to the setup example. The README lists JIS standard parts and dimensions, while ISO equivalents are identified as planned. No hosted endpoint, authentication scheme, or Windows/macOS support beyond the listed add-in paths is documented.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mikan-atomoki-text-to-model)<a href="https://allmcps.com/mcp/mikan-atomoki-text-to-model"><img src="https://allmcps.com/api/badge/mikan-atomoki-text-to-model?style=directory" alt="Text To Model on AllMCPs" /></a>