Easy-MCP-AutoCad
by zh19980811 · Python · ★ 202
这个项目是一个基于Model Context Protocol (MCP)的AutoCAD集成服务器,它允许通过自然语言与AutoCAD进行交互。通过这个服务器,用户可以使用Claude等大型语言模型来创建、修改和分析AutoCAD图纸,同时还可以存储和查询CAD元素的相关数据。目前制作参考学习,仅实现端到端之间的通信,具体工具函数尚未晚上
Install
pip install git+https://github.com/zh19980811/Easy-MCP-AutoCad.git Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.
Claude Desktop config
A starting point for your claude_desktop_config.json
(auto-generated — the repo's README may specify a published package name or required env vars):
{
"mcpServers": {
"easy-mcp-autocad": {
"command": "uvx",
"args": [
"git+https://github.com/zh19980811/Easy-MCP-AutoCad.git"
]
}
}
} From the README
Related other servers
n8n
n8n-io
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
servers
modelcontextprotocol
Model Context Protocol Servers
Scrapling
D4Vinci
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
chrome-devtools-mcp
ChromeDevTools
Chrome DevTools for coding agents
playwright-mcp
microsoft
Playwright MCP server
xiaozhi-esp32
78
An MCP-based chatbot | 一个基于MCP的聊天机器人