Skip to content
VS Code

RaroCUA for VS Code

io.github.mectrojohnny/raro-cua

Local macOS Computer Use MCP server with screenshots, AX trees, and app actions.

client:VS Code transport:stdio runtime:npm

Install RaroCUA in VS Code

.vscode/mcp.json

{
  "servers": {
    "raro-cua": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mectro/raro-cua"
      ]
    }
  }
}

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

RaroCUA in other clients