◆ CatalogMCPs
AutoCAD MCP.
AutoCAD LT + headless DXF generation (puran-water)
§ 01Install
◆ install
$ npx archtmpl@latest --mcp autocad-mcp─ paste in terminal · restart claude code
AutoCAD LT + headless DXF generation (puran-water)
$ npx archtmpl@latest --mcp autocad-mcp─ paste in terminal · restart claude code
1{ 2 "name": "AutoCAD MCP", 3 "summary": "AutoCAD LT automation + headless DXF generation (File IPC + ezdxf backends)", 4 "repo": "https://github.com/puran-water/autocad-mcp", 5 "preInstall": [ 6 { "shell": "test -d \"$HOME/.claude-arch/autocad-mcp\" || git clone https://github.com/puran-water/autocad-mcp \"$HOME/.claude-arch/autocad-mcp\"" }, 7 { "shell": "cd \"$HOME/.claude-arch/autocad-mcp\" && uv sync" } 8 ], 9 "mcpServers": {10 "autocad-mcp": {11 "command": "${HOME}/.claude-arch/autocad-mcp/.venv/bin/python",12 "args": ["-m", "autocad_mcp"],13 "env": { "AUTOCAD_MCP_BACKEND": "auto" }14 }15 },16 "postInstallNotes": "On Windows the python path becomes .venv\\Scripts\\python.exe — adjust accordingly. Also load lisp-code/mcp_dispatch.lsp inside AutoCAD via APPLOAD for File IPC backend."17}18