
AutoCAD CMD
by emptykot
Bridge for AutoCAD command line I/O via COM, enabling AI to send commands and read drawing logs.
What it does
This server connects to AutoCAD on Windows via COM, allowing an AI agent to interact directly with the AutoCAD command line. It can send raw commands, open DWG files, execute AutoLISP scripts, and read back the command history and prompt output for verification.
Tools
send_command: Sends raw text to the AutoCAD command line.open_drawing: Opens a specific DWG file and activates the document context.run_lisp: Executes an AutoLISP expression or script.get_status: Returns connection info and current active drawing details.get_last_output: Retrieves the most recent output from the AutoCAD logfile.selection: Interacts with currently selected objects in the drawing.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"acad-cmd": {
"command": "C:/path/to/project/.venv/Scripts/python.exe",
"args": ["-m", "acad_cmd.server"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
pip install .Information
- Pricing
- free
- Published
- 4/24/2026
- stars






