# Open Browser Use

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

- **Type:** MCP server
- **Install:** `agentstack add mcp-ifuryst-open-browser-use`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [iFurySt](https://agentstack.voostack.com/s/ifuryst)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [iFurySt](https://github.com/iFurySt)
- **Source:** https://github.com/iFurySt/open-browser-use
- **Website:** https://www.ifuryst.com/en/blog/2026/open-browser-use/

## Install

```sh
agentstack add mcp-ifuryst-open-browser-use
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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](https://github.com/iFurySt/open-codex-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](https://www.ifuryst.com/en/blog/2026/open-browser-use/).

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

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

### Install the CLI

```bash
# 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.

```bash
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

```bash
# 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:

```bash
# 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:

```bash
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](https://github.com/iFurySt/open-browser-use/releases).

#### MCP

Install the MCP server into all supported global agent configs:

```bash
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:

```toml
[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.

- **Author:** [iFurySt](https://github.com/iFurySt)
- **Source:** [iFurySt/open-browser-use](https://github.com/iFurySt/open-browser-use)
- **License:** MIT
- **Homepage:** https://www.ifuryst.com/en/blog/2026/open-browser-use/

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-ifuryst-open-browser-use
- Seller: https://agentstack.voostack.com/s/ifuryst
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
