Control AutoCAD with AI: commands, read/edit/write drawing database, AutoLISP, scripts, PDF plots.
claude mcp add cadbridge-mcp-autocad -- npx -y @dmytro-prototypes/cadbridge-mcp
claude_desktop_config.json
{
"mcpServers": {
"cadbridge-mcp-autocad": {
"command": "npx",
"args": [
"-y",
"@dmytro-prototypes/cadbridge-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"cadbridge-mcp-autocad": {
"command": "npx",
"args": [
"-y",
"@dmytro-prototypes/cadbridge-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"cadbridge-mcp-autocad": {
"command": "npx",
"args": [
"-y",
"@dmytro-prototypes/cadbridge-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"cadbridge-mcp-autocad": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dmytro-prototypes/cadbridge-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"cadbridge-mcp-autocad": {
"command": "npx",
"args": [
"-y",
"@dmytro-prototypes/cadbridge-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/net.dmytro-prototypes--cadbridge-mcp-autocad/reviews or the review_server meta-tool.
POST /mcp