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). Available in both File IPC and ezdxf backends.
Open an existing drawing. Available in both File IPC and ezdxf backends (DXF format for ezdxf).
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 current drawing as DXF. Available in both File IPC and ezdxf backends.
Plot the current drawing to a PDF. Only available in the File IPC backend.
Purge unused objects from the drawing. Available in both File IPC and ezdxf backends.
Get system variables by name. Available in both File IPC and ezdxf backends.
Undo the last operation. Available in the File IPC backend only.
Redo the last undone operation. Available in the File IPC backend only.
List entities in the drawing. Available in the entity management tools.
Create a line entity in the drawing. Available in the entity management tools.
Create a circle entity in the drawing. Available in the entity management tools.
Create a polyline entity in the drawing. Available in the entity management tools.
Create a rectangle entity in the drawing. Available in the entity management tools.
Create an arc entity in the drawing. Available in the entity management tools.
Create an ellipse entity in the drawing. Available in the entity management tools.
Create multi-line text entity in the drawing. Available in the entity management tools.
Create a hatch entity in the drawing. Available in the entity management tools.
Create a text entity in the drawing. Available in the annotation management tools.
Create a linear dimension entity in the drawing. Available in the annotation management tools.
Create an aligned dimension entity in the drawing. Available in the annotation management tools.
Create an angular dimension entity in the drawing. Available in the annotation management tools.
Create a radius dimension entity in the drawing. Available in the annotation management tools.
Create a leader entity in the drawing. Available in the annotation management tools.
Zoom to show all entities in the drawing.
Zoom to a specified window in the drawing.
Capture the current AutoCAD view as a PNG image.
Get the current status of the server.
Check the health of the server.
Get the current backend being used by the server.
Get the runtime information of the server.
Initialize the server.
Run arbitrary AutoLISP code. Available in the File IPC backend only.