Skip to content
Gemini CLI

Control AutoCAD MCP Server for Gemini CLI

net.dmytro-prototypes/control-mcp-server

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

client:Gemini CLI transport:stdio runtime:npm

Install Control AutoCAD MCP Server in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Control AutoCAD MCP Server in other clients