Skip to content
Cursor

Control AutoCAD MCP Server for Cursor

net.dmytro-prototypes/control-mcp-server

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

client:Cursor transport:stdio runtime:npm

Install Control AutoCAD MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Control AutoCAD MCP Server in other clients