Skip to content
Cursor

TechDraw AI for Cursor

io.github.meltflexdevs/techdrawai

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

client:Cursor transport:stdio runtime:npm

Install TechDraw AI in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "techdrawai": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "techdrawai-mcp"
      ],
      "env": {
        "TECHDRAWAI_API_KEY": "<TECHDRAWAI_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

TechDraw AI in other clients