Odel
bun win32

bun win32

Local
@obscuritysrl19TypeScriptUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmbun-uiav1.9.1

Run

npx -y bun-uia

MCP client config

{
  "mcpServers": {
    "bun-win32": {
      "command": "npx",
      "args": [
        "-y",
        "bun-uia"
      ]
    }
  }
}