zh19980811/Easy-MCP-AutoCad
这个项目是一个基于Model Context Protocol (MCP)的AutoCAD集成服务器,它允许通过自然语言与AutoCAD进行交互。通过这个服务器,用户可以使用Claude等大型语言模型来创建、修改和分析AutoCAD图纸,同时还可以存储和查询CAD元素的相关数据。目前制作参考学习,仅实现端到端之间的通信,具体工具函数尚未晚上
Platform-specific configuration:
{
"mcpServers": {
"Easy-MCP-AutoCad": {
"command": "npx",
"args": [
"-y",
"Easy-MCP-AutoCad"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...