◆ CatalogMCPs
CAD-MCP.
Natural-language AutoCAD / GstarCAD / ZWCAD control
§ 01Install
◆ install
$ npx archtmpl@latest --mcp cad-mcp─ paste in terminal · restart claude code
Natural-language AutoCAD / GstarCAD / ZWCAD control
$ npx archtmpl@latest --mcp cad-mcp─ paste in terminal · restart claude code
1{ 2 "name": "CAD-MCP", 3 "summary": "Natural-language control for AutoCAD / GstarCAD / ZWCAD", 4 "repo": "https://github.com/daobataotie/CAD-MCP", 5 "preInstall": [ 6 { "shell": "test -d \"$HOME/.claude-arch/cad-mcp\" || git clone https://github.com/daobataotie/CAD-MCP \"$HOME/.claude-arch/cad-mcp\"" }, 7 { "shell": "cd \"$HOME/.claude-arch/cad-mcp\" && pip install -r requirements.txt" } 8 ], 9 "mcpServers": {10 "cad": {11 "command": "python",12 "args": ["${HOME}/.claude-arch/cad-mcp/src/server.py"]13 }14 },15 "postInstallNotes": "Windows-only (uses pywin32 COM). Edit src/config.json to switch between AutoCAD / GstarCAD / ZWCAD."16}17