Odel
TechDraw AI

TechDraw AI

Local
@meltflexdevs1JavaScriptMITUpdated 1mo ago

Photo to technical drawing, CAD-ready DXF and DWG, 3D models and product renders.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmtechdrawai-mcpv0.1.1

Run

npx -y techdrawai-mcp

MCP client config

{
  "mcpServers": {
    "techdraw-ai": {
      "command": "npx",
      "args": [
        "-y",
        "techdrawai-mcp"
      ]
    }
  }
}