Skip to content

Control AutoCAD MCP Server for Zed

net.dmytro-prototypes/control-mcp-server

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

client:Zed transport:stdio runtime:npm

Install Control AutoCAD MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "control-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@dmytro-prototypes/control-mcp-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Control AutoCAD MCP Server in other clients