AutoCAD LT AutoLISP MCP Server enables natural language control of AutoCAD LT 2024/2025 through AutoLISP code generation and execution. It bridges Claude or other LLM clients with AutoCAD LT by providing tools for creating engineering drawings, including process equipment symbols (pumps, vessels, heat exchangers), piping connections, and complete process diagrams. The server uses keyboard simulation to send commands to AutoCAD, making it particularly valuable for engineers who need to create technical drawings through conversational prompts without manual CAD operations.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Reset to clean drawing (erase all + purge). Available in both File IPC and ezdxf backends.
Open an existing drawing. Available in both File IPC and ezdxf backends (DXF).
Get entity count and layers. Available in both File IPC and ezdxf backends.
Save current drawing (to path if given). Available in both File IPC and ezdxf backends.
Export as DXF. Available in both File IPC and ezdxf backends.
Plot to PDF. Available only in File IPC backend.
Purge unused objects. Available in both File IPC and ezdxf backends.
Get system variables by name. Available in both File IPC and ezdxf backends.
Undo last operation. Available only in File IPC backend.
Redo last undone operation. Available only in File IPC backend.
Create a line entity.
Create a circle entity.
Create a polyline entity.
Create a rectangle entity.
Create an arc entity.
Create an ellipse entity.
Create multi-line text entity.
Create a hatch entity.
List entities.
Count entities.
Get specific entity details.
Copy an entity.
Move an entity.
Rotate an entity.
Scale an entity.
Mirror an entity.
Offset an entity. Available only in File IPC backend.
Create an array of entities.
Fillet two entities. Available only in File IPC backend.
Chamfer two entities. Available only in File IPC backend.
Erase an entity.
List layers.
Create a new layer.
Set the current layer.
Set properties for a layer.
Freeze a layer.
Thaw a frozen layer.
Lock a layer.
Unlock a layer.
List blocks.
Insert a block.
Insert a block with attributes.
Get attributes of a block.
Update an attribute of a block.
Define a new block. Available only in ezdxf backend.
Create a text annotation.
Create a linear dimension.
Create an aligned dimension.
Create an angular dimension.
Create a radius dimension.
Create a leader annotation.
Setup layers for P&ID operations.
Insert a P&ID symbol.
List P&ID symbols.
Draw a process line in P&ID.
Connect equipment in P&ID.
Add a flow arrow in P&ID.
Add a tag to equipment in P&ID.
Add a line number in P&ID.
Insert a valve in P&ID.
Insert an instrument in P&ID.
Insert a pump in P&ID.
Insert a tank in P&ID.
Zoom to show all entities in the view.
Zoom to a specified window in the view.
Capture current AutoCAD view as PNG.
Get the current status of the server.
Check the health of the server.
Get the current backend being used.
Get runtime information.
Initialize the server.
Run arbitrary AutoLISP code. Available only in File IPC backend.