Skip to main content
Glama
523,478 tools. Updated 2026-09-06 13:32

"AutoCAD" matching MCP tools:

Matching MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    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.
    8
    7
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    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.
    9
    MIT
  • Reduce round trips by executing multiple AutoCAD operations in a single batch, chaining results from earlier steps into later ones.
    MIT
    Destructive
  • Execute any AutoCAD command string directly via COM to automate drawing operations and control the CAD application in real time.
    MIT
  • Revert the last drawing operation to correct errors or backtrack. Supports both live AutoCAD undo and configurable DXF snapshot history for headless use.
    MIT
  • Update existing AutoCAD text labels' content, height, or rotation in place, preserving their handles. Supports both TEXT and MTEXT.
    MIT
  • 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.
    MIT
  • 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.
    MIT
  • 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.
    MIT
  • Execute AutoLISP expressions in AutoCAD to automate custom operations, with built-in restrictions on code execution and file I/O.
    MIT
  • Audits the active drawing, repairs every fixable structural problem, and reports applied fixes and unresolved errors.
    MIT
  • 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.
    MIT