Easy-MCP-AutoCad is a Python-based server for integrating AutoCAD with the Model Context Protocol, enabling programmatic interaction with AutoCAD through libraries like pyautocad and comtypes. The implementation supports database management via SQLAlchemy and provides a flexible framework for automating CAD-related tasks, with deployment capabilities through PyInstaller.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
创建新的图纸 / Create a new drawing
画直线 / Draw a line
画多段线 / Draw a polyline
画矩形 / Draw a rectangle
画圆 / Draw a circle
添加文字 / Add text annotation
创建或修改图层 / Create or modify layer
移动实体 / Move entity
旋转实体 / Rotate entity
复制实体 / Copy entity
高亮显示实体 / Highlight entity
高亮显示匹配文本 / Highlight matching text
扫描并入库 / Scan and save entities
统计文本模式 / Count text patterns
执行SQL查询 / Execute SQL query