Skip to content
Grok

bun uia for Grok

io.github.obscuritysrl/bun-uia

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

client:Grok transport:stdio runtime:npm

Install bun uia in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "bun-uia": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

bun uia in other clients