Best Browser & computer harnesses for AI agents
The most-adopted Browser & computer harnesses an AI agent can use, ranked by GitHub stars, with what each is best for. Loadbay is an MCP server, so an agent can pull this list live:
claude mcp add --transport http loadbay https://loadbay.xyz/api/mcp
-
1. browser-use
99,265★ · Python
Most adopted — the default starting point. Best for Chrome, Any website. Make any website usable by an agent. It drives a real browser to click, type, and finish tasks online — the most-starred browser harness by a wide margin. -
2. open-interpreter
64,030★ · Python
Best for Shell, OS. Lets LLMs run code and control the local computer through a natural-language interface for OS-level automation. -
3. Chrome DevTools MCP
42,000★ · TypeScript
Best for MCP, Chrome, Puppeteer. Official Chrome DevTools MCP server letting an agent control and inspect a live Chrome browser for automation and debugging. -
4. UI-TARS Desktop
36,700★ · TypeScript
Best for MCP, UI-TARS, HuggingFace. ByteDance multimodal agent stack (Agent TARS + UI-TARS Desktop) that controls computer and browser operators via natural language. -
5. playwright-mcp
34,000★ · TypeScript
Best for Chrome, Playwright. Microsoft's Playwright MCP server — drive a real browser (navigate, click, fill, assert) from any agent. -
6. OmniParser
24,915★ · Python
Best for Desktop, OS. Screen-parsing tool that converts UI screenshots into structured elements to enable pure vision-based GUI agents. -
7. stagehand
23,147★ · TypeScript
Best for Chrome, Playwright. SDK for browser agents that adds act, extract, and observe primitives on top of Playwright for AI-driven web automation. -
8. skyvern
21,923★ · Python
Best for Chrome, Playwright. Automates browser-based workflows using LLMs and computer vision to operate websites without site-specific scripts. -
9. cua
18,396★ · Python
Best for Computer, macOS. Infrastructure for computer-use agents: sandboxes, SDKs, and benchmarks so an agent can drive a whole desktop without escaping it. -
10. Anthropic computer-use demo
17,000★ · Python
Best for Claude API, Docker, Bedrock. Anthropic official computer-use reference: a containerized Linux desktop where Claude controls the GUI via screenshots and tool calls.