Skip to content
Cursor

best-cad-mcp for Cursor

io.github.lokmenower/best-cad-mcp

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

client:Cursor transport:stdio runtime:pypi

Install best-cad-mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "best-cad-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "best-cad-mcp"
      ],
      "env": {
        "CAD_MCP_WORKSPACE_ROOT": "<CAD_MCP_WORKSPACE_ROOT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

best-cad-mcp in other clients