Skip to content
Zed

bun uia for Zed

io.github.obscuritysrl/bun-uia

Playwright for the Windows desktop, from Bun — drive native GUIs via UI Automation + MCP.

client:Zed transport:stdio runtime:npm

Install bun uia in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "bun-uia": {
      "command": "npx",
      "args": [
        "-y",
        "bun-uia"
      ],
      "env": {
        "BUN_UIA_PROFILE": "<BUN_UIA_PROFILE>",
        "BUN_UIA_OS": "<BUN_UIA_OS>",
        "BUN_UIA_ALLOW": "<BUN_UIA_ALLOW>",
        "BUN_UIA_DENY": "<BUN_UIA_DENY>",
        "BUN_UIA_CURSOR": "<BUN_UIA_CURSOR>",
        "BUN_UIA_FS_ROOT": "<BUN_UIA_FS_ROOT>"
      }
    }
  }
}

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

bun uia in other clients