autocad-mcp
The AutoCAD LT AutoLISP MCP Server enables natural language-driven control over AutoCAD LT, leveraging AutoLISP for generating and executing commands. It facilitates seamless interaction between conversational prompt tools and CAD software, enhancing drawing creation capabilities.
get_autocad_status
Check connection to AutoCAD
create_line
Draw lines between two points
create_circle
Create a circle with a defined center and radius
create_text
Add text tags in specified coordinates
insert_block
Insert blocks with optional ID attributes, scales, and rotations
connect_blocks
Connect two blocks by naming connection points
label_block
Add text tags to blocks
arrange_blocks
Arrange multiple blocks at custom spacing
create_polyline
Create polylines from a series of points
rotate_entity_by_id
Rotate the solid around the base point
create_linear_dimension
Add linear annotations between two points
create_hatch
Add fill to the closed polyline area
set_layer_properties
Create or modify layer properties
execute_custom_autolisp
Run custom AutoLISP code directly