Open Browser Use
Open-source browser automation MCP server and skill for local AI agents.
Open Browser Use
[!TIP] Interested in Computer Use? Check out open-computer-use.
open-browser-use is a browser automation layer that stays neutral across
agent runtimes. It is also an open-source alternative to the Chrome Browser Use
capability recently shipped in Codex.app. For the story behind it, see the
Browser Use Deep Dive.
Under the hood, it pairs a browser extension with the open-browser-use CLI.
You can integrate it through the JavaScript SDK, Python SDK, Go SDK, or the CLI.
https://github.com/user-attachments/assets/bcfba878-f6a8-44b9-b84b-29c7e0285687
Quick Start
brew tap iFurySt/open-browser-use
brew install open-browser-use
open-browser-use setup
Install the CLI
# npm
npm i -g open-browser-use
# Homebrew
brew tap iFurySt/open-browser-use && brew install open-browser-use
# Upgrade
brew upgrade open-browser-use
Set Up Chrome
Register the native host for the extension. The setup command also opens the Chrome Web Store page so you can install or enable the matching Chrome extension, then restart Chrome if needed.
open-browser-use setup
If the Chrome Web Store item is temporarily unavailable, use
open-browser-use setup beta to prepare a keyed release ZIP for manual
installation from chrome://extensions/.
Use It
SDK
# JavaScript / TypeScript
npm install open-browser-use-sdk
# Python
pip install open-browser-use-sdk
# Go
go get github.com/ifuryst/open-browser-use/packages/open-browser-use-go
The SDK package name is open-browser-use-sdk on both npm and PyPI. Python
code imports it as open_browser_use; Go code imports the SDK package as
obu.
Skill
Install the skill directly:
# Install for Codex
npx skills add iFurySt/open-browser-use -g -a codex --skill open-browser-use --copy -y
npx skills ls -g -a codex | rg 'open-browser-use'
codex exec --skip-git-repo-check "Use open-browser-use to check today’s Hacker News and summarize the most worth-reading posts."
# Install for Claude Code
npx skills add iFurySt/open-browser-use -g -a claude-code --skill open-browser-use --copy -y
Update an existing global install, including the Codex install created above:
npx skills update open-browser-use -g -y
# `upgrade` is an alias for `update`
npx skills upgrade open-browser-use -g -y
You can also manually download and install the
open-browser-use skill, then start using it from
your agent.
Downloadable .skill and .zip packages are available in
GitHub Releases.
MCP
Install the MCP server into all supported global agent configs:
npx add-mcp "obu mcp" --name open_browser_use --all -g -y
npx add-mcp list -g
You can also configure an agent runtime with local MCP stdio support manually:
[mcp_servers.open_browser_use]
command = "obu"
args = ["mcp"]
The server exposes browser tools for tab listing, opening, claiming, navigation, CDP, action plans, and cleanup.
License
相关服务器
Alpha Vantage MCP Server
赞助Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
ADT MCP Server
An MCP server for ABAP Development Tools (ADT) that exposes various ABAP repository-read tools over a standardized interface.
HED MCP Server
An MCP server for Hierarchical Event Descriptors (HED) that automates sidecar creation and annotation for BIDS event files using LLMs.
Hoofy
Your AI development companion. An MCP server that gives your AI persistent memory, structured specifications, and adaptive change management — so it builds what you actually want.
InstaDomain
Domain registration for AI agents. Check, suggest, and buy domains via Stripe or x402 crypto. Cloudflare DNS auto-configured.
mcp-registry-mcp
Interact with an MCP registry to check health, list entries, and get server details.
Svelte MCP
Official Svelte MCP server, provides docs and suggestions on the generated code.
CSS Tutor
Provides personalized updates and tutoring on CSS features using the OpenRouter API.
repomemory
Persistent, structured memory for AI coding agents. Your repo never forgets.
Plugged.in
A comprehensive proxy that combines multiple MCP servers into a single MCP. It provides discovery and management of tools, prompts, resources, and templates across servers, plus a playground for debugging when building MCP servers.
ENC Charts MCP Server
Programmatically access and parse NOAA Electronic Navigational Charts (ENC) in S-57 format.