Skip to content
Zed

RaroCUA for Zed

io.github.mectrojohnny/raro-cua

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

client:Zed transport:stdio runtime:npm

Install RaroCUA in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

RaroCUA in other clients