← Back to browse

best-cad-mcp

Indexed by io.github.LokmenoWer

About

Windows AutoCAD MCP server for handle-first CAD automation, validation, and drawing exports.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsCAD_MCP_WORKSPACE_ROOT
Claude Code
claude mcp add --env CAD_MCP_WORKSPACE_ROOT= best-cad-mcp -- uvx best-cad-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"best-cad-mcp","command":"uvx","args":["best-cad-mcp"],"env":{"CAD_MCP_WORKSPACE_ROOT":""}}'
JSON
{
  "mcpServers": {
    "best-cad-mcp": {
      "command": "uvx",
      "args": [
        "best-cad-mcp"
      ],
      "env": {
        "CAD_MCP_WORKSPACE_ROOT": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.