AutoCAD LT AutoLISP
Summary
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.
Available Actions(14)
get_autocad_status
Check connection to AutoCAD
create_line
Draw a line between two points
create_circle
Create a circle with defined center and radius
create_text
Add text labels at specified coordinates
insert_block
Insert a block with optional ID attribute, scale, and rotation
connect_blocks
Connect two blocks with a line between named connection points
label_block
Add a text label to a block
arrange_blocks
Arrange multiple blocks in a sequence with custom spacing
create_polyline
Create a polyline from a series of points
rotate_entity_by_id
Rotate an entity around a base point
create_linear_dimension
Add a linear dimension between two points
create_hatch
Add hatching to a closed polyline area
set_layer_properties
Create or modify layers with color, linetype, lineweight, etc.
execute_custom_autolisp
Run custom AutoLISP code directly
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论