MCP Directory
Back

Easy-MCP-AutoCad

by zh19980811 · Python · ★ 152

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

Install

pip install git+https://github.com/zh19980811/Easy-MCP-AutoCad.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "easy-mcp-autocad": {
      "command": "uvx",
      "args": [
        "git+https://github.com/zh19980811/Easy-MCP-AutoCad.git"
      ]
    }
  }
}

From the README

[](https://mseep.ai/app/zh19980811-easy-mcp-autocad) > ⚠️ 本项目目前维护精力有限,欢迎有兴趣的开发者参与协作! > ⚠️ 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 进行自然语言交互。 An AutoCAD integration server based on **Model Context Protocol (MCP)**, enabling natural language interaction with AutoCAD via large language models like **Claude**. > 🔗 项目在 MseeP.ai 展示 / Referenced on MseeP.a…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers