Vn Autocad Claude — Development skill for Claude Code
Vietnamese-friendly AutoCAD MCP server for Claude (full AutoCAD + LT 2024+, headless on macOS/Linux).
How to install Vn Autocad Claude
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open andyluu98/vn-autocad-claude and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Vn Autocad Claude does
Vietnamese-friendly AutoCAD MCP server for Claude (full AutoCAD + LT 2024+, headless on macOS/Linux).
Alternatives in Development
- Mempalace Init — Set up MemPalace — install the package, initialize a palace, register the MCP server with Cursor, and verify e 58.6k ★
- Claude Context Mode — An MCP server that sits between Claude Code and these outputs 5.3k ★
- 04 Fix MCP Server — Prompt 04: Fix MCP Server Build 2.2k ★
README
AutoCAD MCP Server
MCP server for AutoCAD LT automation and headless DXF generation.
Two backends, one API:
| Backend | Runtime | Requires AutoCAD? | Screenshot |
|---|---|---|---|
| File IPC | Windows Python | Yes — AutoCAD LT 2024+ (Windows) | Win32 PrintWindow |
| ezdxf | Any platform | No (headless) | matplotlib render |
The server exposes **8 consolidated tools** (`drawing`, `entity`, `layer`, `block`, `annotation`, `pid`, `view`, `system`) over the MCP stdio transport. An MCP client (Claude Desktop, Claude Code, etc.) connects and drives AutoCAD through natural-language requests.
Prerequisites (File IPC backend)
- Windows 10/11 (the File IPC backend uses Win32 APIs for focus-free window messaging)
- AutoCAD LT 2024 or newer — AutoLISP support was added in LT 2024 for Windows. AutoCAD LT for Mac exists but does not support AutoLISP.
- Python 3.10+ (Windows native — not WSL Python)
- uv package manager (install guide)
The ezdxf headless backend works on any platform (Linux, macOS, WSL) for offline DXF generation without AutoCAD installed.
Quick Start
1. Clone and install
git clone https://github.com/puran-water/autocad-mcp.git
cd autocad-mcp
uv sync
2. Load the LISP dispatcher in AutoCAD LT
Open AutoCAD LT and load `mcp_dispatch.lsp` using **APPLOAD**:
- Type
APPLOADin the AutoCAD command line - Browse to
/lisp-code/mcp_dispatch.lsp - Click Load
- You should see:
=== MCP Dispatch v3.1 loaded ===andReady for commands via (c:mcp-dispatch)
**Tip:** Add the file to your AutoCAD Startup Suite (in the APPLOAD dialog) so it loads automatically with every drawing.
3. Configure your MCP client
Add to your MCP client configuration (e.g. Claude Desktop `claude_desktop_config.json`):
{
"mcpServers": {
"autocad-mcp": {
"command": "C:\\path\\to\\autoca
Related Skills
CLI Agent MCP
MCP (stdio) server that lets Claude Desktop drive a local headless CLI coding agent (Claude Code or Cursor) as
MCP Daemon Diet
One shared MCP daemon per machine instead of a stdio copy in every agent session: recipe, autostart templates
Claude Code Vietnamese Fix
Fix lỗi gõ tiếng Việt trong Claude Code CLI trên macOS, Hỗ trợ các bộ gõ tiếng Việt phổ biến như OpenKey, EVKe
Xuat Dwg
Chuyển bộ hồ sơ DXF sang DWG qua AutoCAD MCP và đếm lại số tờ
Hamr
ᚺᚨᛗᚱ — The Shape-Skin Engine. Open-source parametric 3D anime character forge. Linux-native, headless-first, a
Claude Desktop Multi Instance
🚀 Run multiple Claude Desktop instances simultaneously on macOS with independent configurations, accounts, an
Related Agents
Byok Token Security Expert
BYOK (Bring-Your-Own-Key) and OAuth token security expert. Deep on cross-platform OS keychain integration (mac
Slim Wrapper
tfx-route.sh 경유 전용 래퍼 에이전트. 코드를 직접 읽거나 수정하지 않고 Bash(tfx-route.sh)를 통해 Codex/Antigravity에 위임하는 thin wrapper. OS
Impl Cross Platform
Reviews implementation plans from a cross-platform compatibility perspective. Use when evaluating Linux vs. ma