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) for both File IPC and ezdxf backends.
Open an existing drawing for both File IPC and ezdxf backends.
Get entity count and layers for both File IPC and ezdxf backends.
Save current drawing (to path if given) for both File IPC and ezdxf backends.
Export the current drawing as DXF for both File IPC and ezdxf backends.
Plot the current drawing to PDF using File IPC backend only.
Purge unused objects for both File IPC and ezdxf backends.
Get system variables by name for both File IPC and ezdxf backends.
Undo the last operation using File IPC backend only.
Redo the last undone operation using File IPC backend only.
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 details of an entity.
Copy an entity.
Move an entity.
Rotate an entity.
Scale an entity.
Mirror an entity.
Offset an entity using File IPC backend only.
Create an array of entities.
Create a fillet between entities using File IPC backend only.
Create a chamfer between entities using File IPC backend 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 (ezdxf backend only).
Create a text annotation.
Create a linear dimension.
Create an aligned dimension.
Create an angular dimension.
Create a radius dimension.
Create a leader.
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.
Zoom to a specified window.
Capture the current AutoCAD view as PNG.
Get the status of the server.
Check the health of the server.
Get the current backend in use.
Get runtime information of the server.
Initialize the server.
Run arbitrary AutoLISP code (File IPC only). Pass data as {code: 'your_code_here'}.