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.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
创建新的图纸 / Create a new drawing
画直线 / Draw a line
画圆 / Draw a circle
设置当前图层 / Set current drawing layer
高亮显示匹配文本 / Highlight matching text
扫描并解析图纸元素 / Scan and parse drawing elements
导出 CAD 元素到数据库 / Export CAD data to SQLite