Skip to content
MCP Server Community By @mikan-atomoki

mikan-atomoki/text-to-model

[![text-to-model MCP server](https://glama.ai/mcp/servers/mikan-atomoki/text-to-model/badges/score.svg)](https://glama.ai/mcp/servers/mikan-atomoki/text-to-model) 🐍 🏠 🪟 🍎 - Turn natural language into 3D models in Fusion 360. 64 CAD tools including sketches, extrudes, fillets, and JIS standard parts.

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide →
Connected Apps: mikan-atomoki/text-to-model Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-mikan-atomoki-text-to-model

Detailed Documentation

text-to-model MCP server 🐍 🏠 🪟 🍎 - Turn natural language into 3D models in Fusion 360. 64 CAD tools including sketches, extrudes, fillets, and JIS standard parts.

Configuration

{
  "mcpServers": {
    "mikan-atomoki-text-to-model": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mikan-atomoki-text-to-model"
      ],
      "env": {}
    }
  }
}