mikan-atomoki/text-to-model

๐ŸŽจ Art & Culture
0 Views
0 Installs

๐Ÿ ๐Ÿ  ๐ŸชŸ ๐ŸŽ - Turn natural language into 3D models in Fusion 360. 64 CAD tools including sketches, extrudes, fillets, and JIS standard parts.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "mikan-atomoki-text-to-model": {
      "command": "npx",
      "args": [
        "-y",
        "mikan-atomoki-text-to-model"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

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.

demo


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

Installation

  1. 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
  1. In Fusion 360: UTILITIES โ†’ ADD-INS โ†’ Scripts and Add-Ins โ†’ Run TextToModel

  2. 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)

CategoryCountTools
Sketch7circle, rectangle, line, arc, spline, polygon, create sketch
Features4extrude, revolve, sweep, loft
Modify6fillet, chamfer, shell, mirror, variable fillet, draft
Patterns & Combine3circular/rectangular pattern, boolean combine
JIS Fasteners4bolt, nut, screw, washer (with JIS standard dimensions)
JIS Holes3threaded hole, counterbore, countersink
Mechanical3keyway (B1301), bearing hole (B1520), O-ring groove (B2401)
Construction4offset/angled/mid plane, construction axis
Inspect5list edges/faces/sketches/planes, bounding box
Surface4patch, thicken, offset, boundary fill
Split2split body, split face
Transform3move, scale, copy
Import2SVG, DXF
Constraints3geometric constraint, dimension, list entities
Appearance2body color, rename body
Utility9design 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


๐Ÿ‡ฏ๐Ÿ‡ต ๆ—ฅๆœฌ่ชž

Fusion 360 ใ‚’ Claude Desktop/Code ใ‹ใ‚‰็›ดๆŽฅๆ“ไฝœใงใใ‚‹ MCP ใ‚ตใƒผใƒใƒผใ‚ขใƒ‰ใ‚คใƒณใ€‚ ใƒ†ใ‚ญใ‚นใƒˆใฎๆŒ‡็คบใ ใ‘ใง 3D ใƒขใƒ‡ใƒชใƒณใ‚ฐใƒปJIS ่ฆๆ ผ้ƒจๅ“ใฎ็”ŸๆˆใŒๅฏ่ƒฝใงใ™ใ€‚

64็จฎ้กžใฎMCPใƒ„ใƒผใƒซใงใ€ใ‚นใ‚ฑใƒƒใƒไฝœๆˆใƒปๆŠผใ—ๅ‡บใ—ใƒปใƒ•ใ‚ฃใƒฌใƒƒใƒˆใƒปJIS ใƒœใƒซใƒˆ็”Ÿๆˆใชใฉใ€ๅน…ๅบƒใ„CADๆ“ไฝœใ‚’ใƒ†ใ‚ญใ‚นใƒˆๆŒ‡็คบใงๅฎŸ่กŒใงใใพใ™ใ€‚

ใ‚ปใƒƒใƒˆใ‚ขใƒƒใƒ—ๆ–นๆณ•ใ‚„่ฉณ็ดฐใฏ่‹ฑ่ชž็‰ˆใ‚’ใ”ๅ‚็…งใใ ใ•ใ„ใ€‚

Related MCP Servers

8enSmith/mcp-open-library

๐Ÿ“‡ โ˜๏ธ - A MCP server for the Open Library API that enables AI assistants to search for book information.

๐ŸŽจ Art & Culture0 views
abhiemj/manim-mcp-server

๐Ÿ ๐Ÿ  ๐ŸชŸ ๐Ÿง - A local MCP server that generates animations using Manim.

๐ŸŽจ Art & Culture0 views
AceDataCloud/MCPFlux

๐Ÿ โ˜๏ธ - Flux AI image generation and editing (Black Forest Labs) via Ace Data Cloud API.

๐ŸŽจ Art & Culture0 views
AceDataCloud/MCPNanoBanana

๐Ÿ โ˜๏ธ - NanoBanana AI image generation and editing with virtual try-on and product placement in realistic scenes.

๐ŸŽจ Art & Culture0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it โ†’
โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.