Open Source · Agent-Agnostic · Cross-Browser

Give your AI agent
a real browser

Browser Relay connects any coding agent to real Chrome and Firefox sessions through a standardized MCP protocol. No vendor lock-in, full user control.

Terminal
$ npx browser-relay start
Browser Relay daemon listening on http://127.0.0.1:8787
MCP server ready
Extension connected: Chrome 125 · Profile: Default
> browser.page.snapshot

How It Works

Three layers, one clean protocol. Your agent talks MCP, Browser Relay handles the rest.

1

Agent sends MCP command

Your AI agent calls standardized tools like browser.page.click or browser.find through MCP stdio or HTTP.

2

Relay dispatches to browser

The daemon (local) or hosted server (cloud) routes the command to the correct browser session via WebSocket.

3

Extension executes in real browser

The thin extension executes the action in your actual browser, with full DOM access, real cookies, real sessions.

Built for production

Not another browser simulator. Real browser sessions, real user context, production-grade reliability.

Agent-Agnostic

Standard MCP protocol works with Claude Code, Cursor, Cline, Copilot, or any agent that speaks MCP. Zero vendor lock-in.

Real Browser Sessions

Works with your actual browser, your cookies, your logged-in sessions. No sandboxed simulation, no Playwright overhead.

User-Controlled Permissions

Every action is visible and revocable. Tab-scoped approval rules, ask mode for mutations, granular permission scopes.

Cross-Browser

Chrome, Edge, Brave, Arc, Firefox. One extension, one protocol, works across Chromium and Gecko engines.

Sub-Second Latency

DOM operations complete in 3-15ms browser-side. Direct WebSocket relay, no polling, no intermediate queues.

Session Isolation

Multiple agents can work on the same browser without conflict. Tab-group-backed session groups keep workflows separate.

Local or Hosted

Run the daemon on localhost for privacy, or use the hosted relay for team collaboration. Same protocol, your choice.

Deep Page Understanding

Full DOM snapshots with semantic regions, accessible targets, forms, and interactive elements. Your agent sees what users see.

40+ MCP Tools

Everything your agent needs to navigate, read, interact, and debug real web pages.

Context & Reading

  • browser.page.snapshot
  • browser.page.text
  • browser.find
  • browser.page.evaluate
  • browser.regions.list
  • browser.target.describe
  • browser.page.state.inspect

Interaction

  • browser.page.click
  • browser.page.type
  • browser.page.fill
  • browser.form.input
  • browser.page.scroll
  • browser.page.select
  • browser.page.drag
  • browser.page.press
  • browser.page.hover
  • browser.upload.file

Navigation

  • browser.page.navigate
  • browser.tabs.list
  • browser.tabs.create
  • browser.page.reload
  • browser.page.history.navigate
  • browser.window.resize

Diagnostics

  • browser.page.screenshot
  • browser.console.read
  • browser.network.read
  • browser.artifacts.list
  • browser.cookies.list
  • browser.cache.clear

Sessions

  • browser.targets.list
  • browser.targets.pick
  • browser.sessions.list
  • browser.session-groups.list
  • browser.control-sessions.open

Drop-in MCP integration

Add Browser Relay to your agent config. One JSON block, instant browser access. Works with any MCP-compatible agent.

  • MCP stdio for local agents
  • Streamable HTTP for remote
  • OAuth 2.1 for hosted auth
.mcp.json
{
  "mcpServers": {
    "browser-relay": {
      "type": "http",
      "url": "https://relay.runtime.co/mcp",
      "headers": {
        "Authorization": "Bearer $BROWSER_RELAY_TOKEN"
      }
    }
  }
}

Simple pricing

Start free, scale when you need to. No credit card required.

Free
$0/month

For personal projects and experimentation.

  • 300 tool calls / month
  • 100 calls / day
  • 1 connected browser
  • 1 control session
  • 100 MB artifact storage
  • Community support
Get Started
Team
$49/month

For teams building browser-driven workflows.

  • 50,000 tool calls / month
  • No daily cap
  • Unlimited browsers
  • Unlimited sessions
  • 50 GB artifact storage
  • $0.001 / call overage
  • RBAC & workspace management
  • Dedicated support
Contact Sales
Enterprise
Custom

For organizations with compliance and scale needs.

  • Unlimited tool calls
  • No overage charges
  • Unlimited everything
  • 999 GB artifact storage
  • SSO & audit logs
  • Custom SLA
  • Dedicated infrastructure
  • White-glove onboarding
Talk to Us

Ready to give your agent a browser?

Install the extension, connect your agent, ship faster.