Skip to main content
Glama
458,158 tools. Updated 2026-08-14 23:05

"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
  • Create, query, and modify AutoCAD drawing objects such as lines, circles, polylines, arcs, and more, using operations like list, get, move, rotate, scale, and erase.
    MIT
  • Measure entity area and geometry from a drawing handle, capturing polyline bulges and reporting exactness, closure assumptions, and self-intersections for reliable results.
    MIT
  • Reduce round trips by executing multiple AutoCAD operations in a single batch, chaining results from earlier steps into later ones.
    MIT
  • 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
  • Modify an existing hatch in AutoCAD by updating specific attributes—angle, color, scale, pattern, island style—while leaving omitted properties unchanged. Get a report of which attributes actually changed to avoid data loss.
    MIT
  • Closes the active drawing, saving changes by default, and prepares the workspace for opening or creating a new drawing.
    MIT