MCP Directory

mikan-atomoki/text-to-model

GitHub
Productivity

Turn natural language into 3D models in Fusion 360. 64 CAD tools including sketches, extrudes, fillets, and JIS standard parts.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y text-to-model

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from mikan-atomoki/text-to-model your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "text-to-model": {
      "command": "npx",
      "args": [
        "-y",
        "text-to-model"
      ]
    }
  }
}

Route mikan-atomoki/text-to-model intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add text-to-model

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use mikan-atomoki/text-to-model directly without routing

npx -y text-to-model

New to Agent-CoreX? View setup guide →

mikan-atomoki/text-to-model MCP Server — Agent-CoreX