Control AutoCAD MCP Server for VS Code
net.dmytro-prototypes/control-mcp-server
Control AutoCAD with AI: commands, read/edit/write drawing database, AutoLISP, scripts, PDF plots.
client:VS Code
transport:stdio
runtime:npm
Install Control AutoCAD MCP Server in VS Code
.vscode/mcp.json
{
"servers": {
"control-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dmytro-prototypes/control-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs