Easy-MCP-AutoCad

zh19980811/Easy-MCP-AutoCad
★ 146 stars Python 🤖 AI/LLM Updated 10d ago
这个项目是一个基于Model Context Protocol (MCP)的AutoCAD集成服务器,它允许通过自然语言与AutoCAD进行交互。通过这个服务器,用户可以使用Claude等大型语言模型来创建、修改和分析AutoCAD图纸,同时还可以存储和查询CAD元素的相关数据。目前制作参考学习,仅实现端到端之间的通信,具体工具函数尚未晚上
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "easy-mcp-autocad": {
      "command": "uvx",
      "args": [
        "easy-mcp-autocad"
      ]
    }
  }
}

Or install with pip: pip install easy-mcp-autocad

README Excerpt

> ⚠️ 本项目目前维护精力有限,欢迎有兴趣的开发者参与协作! > ⚠️ Currently this project is **not actively maintained** due to time constraints. I would be **very happy to collaborate** with anyone interested in co-maintaining or extending it. 基于 **Model Context Protocol (MCP)** 的 AutoCAD 集成服务器,允许通过 **Claude** 等大型语言模型 (LLM) 与 AutoCAD 进行自然语言交互。

Tools (15)

copy_entitycount_text_patternscreate_layercreate_new_drawingdraw_circledraw_linedraw_polylinedraw_rectangledraw_textexecute_queryhighlight_entityhighlight_text_matchesmove_entityrotate_entityscan_all_entities