LogoSTMCP
Download
text-to-cad-mcp

gNucleus Text To CAD MCP server

gNucleus Text To CAD MCP server connects to the gNucleus API, enabling MCP clients to generate editable CAD parts and assemblies from natural language text input using generative AI models.

Tools

1. text_to_cad

Generate CAD from input.

Open Graph image for gNucleus Text To CAD MCP server

JSON Config

{
  "mcpServers": {
    "gnucleus": {
      "command": "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"
      }
    }
  }
}

Useful Links

Information