★ 173 stars
Python
🤖 AI/LLM
Updated 1mo ago
MCP server for AutoCAD LT v3.1: freehand AutoLISP execution, 8 consolidated tools, File IPC + ezdxf backends, focus-free dispatch, undo/redo, P&ID symbols, and robust IPC with ESC prefix and UTF-8 fallback. Companion agent skill: puran-water/autocad-drafting
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"autocad-mcp": {
"command": "uvx",
"args": [
"autocad-mcp"
]
}
}
}
Run in terminal:
claude mcp add autocad-mcp uvx autocad-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"autocad-mcp": {
"command": "uvx",
"args": [
"autocad-mcp"
]
}
}
}
Or install with pip: pip install autocad-mcp