AutoCAD MCP Server
JSON →Integrates AutoCAD with large language models (LLMs) for natural language interaction. Requires AutoCAD 2018+ on Windows.
Install
pip install -r Tools · 15
- create_new_drawing 创建新的图纸 / Create a new drawing
- draw_line 画直线 / Draw a line
- draw_polyline 画多段线 / Draw a polyline
- draw_rectangle 画矩形 / Draw a rectangle
- draw_circle 画圆 / Draw a circle
- draw_text 添加文字 / Add text annotation
- create_layer 创建或修改图层 / Create or modify layer
- move_entity 移动实体 / Move entity
- rotate_entity 旋转实体 / Rotate entity
- copy_entity 复制实体 / Copy entity
- highlight_entity 高亮显示实体 / Highlight entity
- highlight_text_matches 高亮显示匹配文本 / Highlight matching text
- scan_all_entities 扫描并入库 / Scan and save entities
- count_text_patterns 统计文本模式 / Count text patterns
- execute_query 执行SQL查询 / Execute SQL query
Links
★ 174 GitHub stars