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.
No reviews yet. Be the first to review!
Sign in to join the conversation
Check connection to AutoCAD
Draw a line between two points
Create a circle with defined center and radius
Add text labels at specified coordinates
Insert a block with optional ID attribute, scale, and rotation
Connect two blocks with a line between named connection points
Add a text label to a block
Arrange multiple blocks in a sequence with custom spacing
Create a polyline from a series of points
Rotate an entity around a base point
Add a linear dimension between two points
Add hatching to a closed polyline area
Create or modify layers with color, linetype, lineweight, etc.
Run custom AutoLISP code directly