基于 **Model Context Protocol (MCP)** 的 AutoCAD 集成服务器,允许通过 **Claude** 等大型语言模型 (LLM) 与 AutoCAD 进行自然语言交互。 An AutoCAD integration server based on **Model
Easy mcp autocad mcp server lets Claude, Cursor and other MCP clients work with Easy MCP AutoCad directly. 基于 Model Context Protocol (MCP) 的 AutoCAD 集成服务器,允许通过 Claude 等大型语言模型 (LLM) 与 AutoCAD 进行自然语言交互。 An AutoCAD integration server based on Model Context Protocol (MCP), enabling natural language interaction with AutoCAD via large language models like Claude.
基于 Model Context Protocol (MCP) 的 AutoCAD 集成服务器,允许通过 Claude 等大型语言模型 (LLM) 与 AutoCAD 进行自然语言交互。 An AutoCAD integration server based on Model Context Protocol (MCP), enabling natural language interaction with AutoCAD via large language models like Claude.
Once connected, the assistant can call these 14 tools directly:
create_new_drawing — 创建新的图纸 / Create a new drawingdraw_line — 画直线 / Draw a linedraw_polyline — 画多段线 / Draw a polylinedraw_rectangle — 画矩形 / Draw a rectangledraw_circle — 画圆 / Draw a circledraw_text — 添加文字 / Add text annotationcreate_layer — 创建或修改图层 / Create or modify layermove_entity — 移动实体 / Move entityrotate_entity — 旋转实体 / Rotate entitycopy_entity — 复制实体 / Copy entityhighlight_entity — 高亮显示实体 / Highlight entityhighlight_text_matches — 高亮显示匹配文本 / Highlight matching textscan_all_entities — 扫描并入库 / Scan and save entitiescount_text_patterns — 统计文本模式 / Count text patternsSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
AI-service servers chain other models into your assistant, turning a single chat into a small production pipeline. Easy MCP AutoCad sits in that group, and the shape of its toolset — create_new_drawing, draw_line, draw_polyline among others — tells you what it is really for. Worth comparing against the other ai services servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| 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 |
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.