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 specific entity details
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
Fillet entities (File IPC only)
Chamfer entities (File IPC only)
Erase an entity
List layers
Create a new layer
Set the current layer
Set properties of 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 (not supported in File IPC)
Create a text annotation
Create a linear dimension annotation
Create an aligned dimension annotation
Create an angular dimension annotation
Create a radius dimension annotation
Create a leader annotation
Setup P&ID layers
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 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 the server status
Check server health
Get the current backend in use
Get server runtime information
Initialize the server
Run arbitrary AutoLISP code (File IPC only). Pass data: {code: "(1 + 2)"}.