Bun Uia runs on your own machine — the client starts it, so there is no endpoint to ping. 73 installs a week from npm. Last commit 21 Aug 2026.
Playwright for the Windows desktop, from Bun — drive native GUIs via UI Automation + MCP.
We read the source, 19 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
этот файл ставится пользователю, но в репозитории его нет
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add bun-uia -- npx -y bun-uia
{
"mcpServers": {
"bun-uia": {
"args": [
"-y",
"bun-uia"
],
"command": "npx"
}
}
}
[mcp_servers.bun-uia]
command = "npx"
args = ["-y", "bun-uia"]
{
"mcpServers": {
"bun-uia": {
"args": [
"-y",
"bun-uia"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"bun-uia": {
"args": [
"-y",
"bun-uia"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
BUN_UIA_PROFILE (Capability profile: 'readonly' (inspect/read only), 'safe' (read + input + window — default), or 'full' (also os + fs tools).), BUN_UIA_OS (Set to '1' to allow OS-level tools (launch_app, run_program, open_path) AND filesystem tools (read_file, write_file, list_dir) regardless of profile.), BUN_UIA_ALLOW (Comma-separated tool names or categories to additionally allow on top of the profile.), BUN_UIA_DENY (Comma-separated tool names or categories to deny, overriding the profile and BUN_UIA_ALLOW.), BUN_UIA_CURSOR (Set to 'never' to forbid the real-cursor fallback entirely (strictly cursor-free). By default clicks/drags are cursor-free but fall back to the real hardware cursor when no cursor-free path exists.), BUN_UIA_FS_ROOT (Sandbox root directory that read_file/write_file/list_dir are confined to when fs tools are enabled.).
The author declared them in the registry entry; get the values from the project itself.
Playwright-style automation of .NET desktop apps (WPF, WinForms, WinUI) for AI agents.
Desktop UI automation for AI agents: screenshots, windows, mouse, keyboard, UI Automation, OCR
Playwright MCP-compatible browser automation bridge for CloakBrowser Chromium.
MCP server for Zen Browser automation via WebDriver BiDi
MCP server for Good Eggs grocery shopping automation using Playwright.
MCP server for desktop, browser (CDP), and Android automation. Screenshot, OCR, click, type.
Playwright-style MCP to inspect, control, and debug PySide6 desktop GUIs.
MCP server for browser and desktop automation: OCR, image recognition, real mouse and keyboard input
Answers built from our own checks of this server.