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. puppeteer
95,487★ ·
Best for Chrome, Firefox, Chromium. Node.js library providing a high-level API to control Chrome and Firefox headlessly, enabling AI agents to automate web browsing, scrape pages, take screenshots, fill forms, and execute JavaScript in a real browser environment. -
3. 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. -
4. 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. -
5. 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. -
6. agent-browser
36,541★ ·
Best for Chrome DevTools Protocol, Browserbase, Browserless. Native Rust CLI that exposes browser automation to AI agents via Chrome DevTools Protocol, providing accessibility tree snapshots, session management, screenshot capture, and a built-in MCP server. Integrates with cloud browser providers like Browserbase and Browserless for headless operation. -
7. Lightpanda
34,655★ ·
Best for Playwright, Puppeteer, CDP. Headless browser written in Zig from scratch for AI agents and automation, with CDP compatibility and a native MCP server. Far lighter and faster than headless Chrome for agent browsing workloads. -
8. 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. -
9. AIHawk
30,336★ ·
Best for Chrome, Firefox, Any website. Open-source AI browser agent for web automation — drives a real browser to complete tasks on any website using plain English instructions, supporting computer-use and web browsing workflows. -
10. OpenCLI
26,638★ ·
Best for Chrome, Claude Code, Cursor. Converts websites and browser sessions into deterministic CLI interfaces for AI agents. Install the opencli-browser skill in any coding agent to navigate, fill forms, click, extract and inspect pages through the user logged-in Chrome via CDP.