Back to directory
text-to-cad-mcp

text-to-cad-mcp

@gNucleus15

Connects to the gNucleus API to allow MCP clients to generate CAD models from text input using GenAI models.

CADGenerative AIdesignengineering3D modelingtool

Installation & Configuration

{
  "gnucleus": {
    "command": "/ABSOLUTE/PATH/TO/YOUR/text-to-cad-mcp/.venv/bin/python",
    "args": [
      "/ABSOLUTE/PATH/TO/YOUR/text-to-cad-mcp/main.py"
    ],
    "workingDirectory": "/ABSOLUTE/PATH/TO/YOUR/text-to-cad-mcp",
    "env": {
      "GNUCLEUS_HOST": "genai.gnucleus.ai",
      "GNUCLEUS_API_KEY": "YOUR_API_KEY_HERE"
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/5/3
Updated
2026/6/8