# Agent Browser MCP

agent-browser is a browser automation CLI for AI agents with a stdio MCP mode and selectable tool profiles.

Canonical URL: https://a2a-mcp.org/entry/agent-browser

Language: en

Category: MCP Servers

Updated: 2026-09-14

## About

agent-browser is a browser automation CLI for AI agents with a stdio MCP mode and selectable tool profiles.

## Key Features

- Navigate pages, inspect snapshots and interact with browser elements.
- Choose a focused MCP tool profile or enable additional browser tools.

## Use Cases

Navigate websites, collect page information and exercise browser workflows through an agent.

## Limitations

The core profile is the default. Additional profiles expose broader browser operations and should match the intended workflow.

## Sources

- Project documentation: https://github.com/vercel-labs/agent-browser

## MCP Setup

### Prerequisites

- npm for this installation route; Chrome for Testing or a compatible browser.

### Client setup

#### Other

Transport: `stdio`

```bash
agent-browser mcp
```

- Install: npm install -g agent-browser
- Download the browser: agent-browser install
- Configure the client to launch agent-browser with args ["mcp"].

On Linux, agent-browser install --with-deps installs the required browser libraries.

Setup docs: https://github.com/vercel-labs/agent-browser

## Tags

- MCP
- browser
- agents

## Also known as

- Agent Browser

## Alternatives

- playwright mcp
- Browserbase MCP Server

## Sources

- [Project website](https://github.com/vercel-labs/agent-browser)
- [Project documentation](https://github.com/vercel-labs/agent-browser)

Last checked: 2026-09-14
