AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Open Browser Use

mcp-ifuryst-open-browser-use · by iFurySt

🔮 Platform-neutral Browser Use for AI agents: real Chrome automation with a CLI + SDKs, no lock-in, dead simple.

No reviews yet
0 installs
5 views
0.0% view→install

Install

$ agentstack add mcp-ifuryst-open-browser-use

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-ifuryst-open-browser-use)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Open Browser Use? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Open Browser Use

[](./README.md) [](./README.zh-CN.md) [](https://github.com/iFurySt/open-browser-use/releases) [](https://www.npmjs.com/package/open-browser-use-sdk) [](https://pypi.org/project/open-browser-use-sdk/) [](https://pkg.go.dev/github.com/ifuryst/open-browser-use/packages/open-browser-use-go) [](https://deepwiki.com/iFurySt/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

npm i -g open-browser-use
open-browser-use setup

Install the CLI

# npm (macOS, Linux, Windows)
npm i -g open-browser-use

# Homebrew (macOS, Linux)
brew tap iFurySt/open-browser-use && brew install open-browser-use

# Upgrade
npm update -g 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 -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 -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](./skills/open-browser-use), 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

[MIT](./LICENSE)

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.