Easy MCP AutoCad MCP Server

基于 **Model Context Protocol (MCP)** 的 AutoCAD 集成服务器,允许通过 **Claude** 等大型语言模型 (LLM) 与 AutoCAD 进行自然语言交互。 An AutoCAD integration server based on **Model

Local serverstdioPython

What is the Easy MCP AutoCad MCP server?

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.

What Easy MCP AutoCad does

基于 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.

Tools it exposes

Once connected, the assistant can call these 14 tools directly:

  • 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

Installing the easy mcp autocad mcp server

Setup 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.

Where it fits

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.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • With 14 tools exposed, expect a noticeable bump in prompt size — disable it in projects that never use Easy MCP AutoCad.
  • Maintained by zh19980811, written in Python.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the easy mcp autocad mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

Available tools

ToolWhat 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

Example prompts to try

  • Use Easy MCP AutoCad to create new drawing.
  • Use Easy MCP AutoCad to draw line.
  • Use Easy MCP AutoCad to draw polyline.

Frequently asked questions

It connects Easy MCP AutoCad to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (create_new_drawing, draw_line, draw_polyline, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Easy MCP AutoCad directly.