Skip to content
VS Code

CADBridge MCP Server for AutoCAD for VS Code

net.dmytro-prototypes/cadbridge-mcp-autocad

Control AutoCAD with AI: commands, read/edit/write drawing database, AutoLISP, scripts, PDF plots.

client:VS Code transport:stdio runtime:npm

Install CADBridge MCP Server for AutoCAD in VS Code

.vscode/mcp.json

{
  "servers": {
    "cadbridge-mcp-autocad": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@dmytro-prototypes/cadbridge-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

CADBridge MCP Server for AutoCAD in other clients