Skip to content
Cursor

CAD MCP Server for Cursor

io.github.mattmohandiss/cad-mcp-server

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

client:Cursor transport:stdio runtime:npm

Install CAD MCP Server in Cursor

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

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

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

CAD MCP Server in other clients