Easy MCP AutoCad
Unclaimed这个项目是一个基于Model Context Protocol (MCP)的AutoCAD集成服务器,它允许通过自然语言与AutoCAD进行交互。通过这个服务器,用户可以使用Claude等大型语言模型来创建、修改和分析AutoCAD图纸,同时还可以存储和查询CAD元素的相关数据。目前制作参考学习,仅实现端到端之间的通信,具体工具函数尚未晚上
Install
$
pip install -r requirements.txtUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (15)
copy_entity
复制实体 / Copy entity
count_text_patterns
统计文本模式 / Count text patterns
create_layer
创建或修改图层 / Create or modify layer
create_new_drawing
创建新的图纸 / Create a new drawing
draw_circle
画圆 / Draw a circle
draw_line
画直线 / Draw a line
draw_polyline
画多段线 / Draw a polyline
draw_rectangle
画矩形 / Draw a rectangle
draw_text
添加文字 / Add text annotation
execute_query
执行SQL查询 / Execute SQL query
highlight_entity
高亮显示实体 / Highlight entity
highlight_text_matches
高亮显示匹配文本 / Highlight matching text
move_entity
移动实体 / Move entity
rotate_entity
旋转实体 / Rotate entity
scan_all_entities
扫描并入库 / Scan and save entities