Skip to content
VS Code

CAD MCP Server for VS Code

io.github.mattmohandiss/cad-mcp-server

STEP file inspection for AI. Measure walls, draft angles, clearances. Returns facts, not guesses.

client:VS Code transport:stdio runtime:npm

Install CAD MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "cad-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cad-mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

CAD MCP Server in other clients