Manage and monitor the AutoCAD MCP server backend: check status, run preflight checks, ensure AutoCAD is ready, recover from stuck commands, execute AutoLISP code, and retrieve runtime diagnostics.
Enables automation of AutoCAD LT and headless DXF creation through two backends (File IPC for Windows AutoCAD LT and ezdxf for cross-platform) with tools for drawing, entity, layer, block, annotation, PID, view, and system operations.
Enables LLMs like Claude to create and edit AutoCAD drawings via natural language, supporting both headless DXF generation and live AutoCAD LT connection through file-based IPC.
Revert the last drawing operation to correct errors or backtrack. Supports both live AutoCAD undo and configurable DXF snapshot history for headless use.
Select AutoCAD drawing entities by property filters—layer, color, linetype, area, or DXF type. Named parameters eliminate query-string typos, and the response shows which filters ran.
List AutoCAD entities with optional type and layer filters, returning handles, properties, and pagination metadata. Compact mode reduces payload size and reports total, truncated, and next offset.
Retrieve the currently selected entities in the AutoCAD viewport to scope operations to exactly what the user highlighted. Returns handles and entity details for the pickfirst selection.
Begin an undo transaction to mark a rollback point, allowing all later changes to be reverted via transaction_rollback. Works with both AutoCAD COM undo marks and DXF snapshots.