open-browser-use
by iFurySt·★ 83·Score 46
Platform-neutral browser automation MCP server for AI agents with CLI and SDK support.
Overview
Open Browser Use is a browser automation layer that works across different AI agent runtimes. It provides Chrome automation capabilities through a combination of a browser extension and a CLI tool. The project exposes MCP server functionality that offers browser tools for tab management, navigation, CDP access, action planning, and cleanup. It supports multiple programming languages including JavaScript, Python, and Go through dedicated SDKs.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this for Chrome-based browser automation in AI agents when you need an open-source solution with SDK support in multiple languages.
When NOT to choose this
Don't choose if you need browser automation for non-Chrome browsers or require more advanced browser control beyond basic tab and element interaction.
Tools this server exposes
7 tools extracted from the READMElist_tabsList all browser tabs
open_tabOpen a new browser tab
claim_tabClaim control of a browser tab
navigateNavigate to a URL in the current tab
cdpExecute Chrome DevTools Protocol commands
action_planExecute a sequence of browser actions
cleanupClean up browser resources and state
Note: Tool names were inferred from the description 'The server exposes browser tools for tab listing, opening, claiming, navigation, CDP, action plans, and cleanup.' without explicit documentation of their exact names or signatures.
Comparable tools
Installation
Install the CLI globally:
npm i -g open-browser-use
open-browser-use setupFor MCP server integration:
npx add-mcp "obu mcp" --name open_browser_use --all -g -yManual configuration for Claude Desktop:
[mcp_servers.open_browser_use]
command = "obu"
args = ["mcp"]FAQ
- What browsers are supported?
- Currently only Chrome is officially supported, though the architecture is designed to be browser-agnostic.
- How does it compare to Chrome Browser Use?
- It's an open-source alternative to the Chrome Browser Use capability in Codex.app, with no vendor lock-in and cross-platform support.
Compare open-browser-use with
Last updated · Auto-generated from public README + GitHub signals.