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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Reset to clean drawing (erase all + purge).
Open an existing drawing.
Get entity count and layers.
Save current drawing (to path if given).
Export as DXF.
Plot to PDF.
Purge unused objects.
Get system variables by name.
Undo last operation.
Redo last undone operation.
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 a specific entity.
Copy an entity.
Move an entity.
Rotate an entity.
Scale an entity.
Mirror an entity.
Offset an entity (File IPC only).
Create an array of entities.
Create a fillet between entities (File IPC only).
Create a chamfer between entities (File IPC only).
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.
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.
Insert a P&ID symbol.
List P&ID symbols.
Draw a process line for P&ID.
Connect equipment in P&ID.
Add flow arrow in P&ID.
Add equipment tag in P&ID.
Add 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.
Zoom to a specified window.
Capture current AutoCAD view as PNG.
Get server status.
Check server health.
Get the current backend in use.
Get the runtime information.
Initialize the server.
Run arbitrary AutoLISP code (File IPC only). Pass data: {code: "(\+ 1 2)"}.