Odel
best-cad-mcp

best-cad-mcp

Local
@lokmenower8PythonMITUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIbest-cad-mcpv1.7.0

Run

uvx best-cad-mcp

MCP client config

{
  "mcpServers": {
    "best-cad-mcp": {
      "command": "uvx",
      "args": [
        "best-cad-mcp"
      ]
    }
  }
}