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
{
"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