Skip to main content
Glama
puran-water

AutoCAD LT AutoLISP MCP Server

by puran-water

drawing

Create, open, save, and manage AutoCAD LT drawing files. Export to DXF, plot to PDF, purge unused objects, and control drawing operations through AutoLISP commands.

Instructions

Drawing file management.

Operations: create — Create a new empty drawing. data: {name?} open — Open an existing drawing. data: {path} info — Get drawing extents, entity count, layers, blocks. save — Save current drawing. data: {path?} (saves to path if given, else QSAVE) save_as_dxf — Export as DXF. data: {path} plot_pdf — Plot to PDF. data: {path} purge — Purge unused objects. get_variables — Get system variables. data: {names: [...]} undo — Undo last operation. redo — Redo last undone operation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationYes
dataNo
include_screenshotNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/puran-water/autocad-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server