real-browser-mcp

web MCP Server

MCP server + Chrome extension that gives AI agents control of your real browser with existing sessions and logins

Install Ready
webweb
9 views32 stars4 forksv1.2.1MIT

Why This Matters

Discovered via unknown and last synced 3mo ago.

Install Ready
Source
unknown
Stars
32
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx real-browser-mcp

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "real-browser-mcp": {
      "command": "npx",
      "args": [
        "real-browser-mcp"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

24
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (24)

browser_press_key

Key combos (Enter, Escape, Ctrl+A)

browser_find

Query elements by CSS selector

browser_wait

Wait for elements to appear or disappear

browser_screenshot

Capture what's on screen

browser_text

Extract raw text from page or element

browser_select

Pick from native `<select>` dropdowns

browser_handle_dialog

Handle alert/confirm/prompt dialogs

WS_PORT

`7225`

browser_scroll

Scroll pages and virtual containers

Command

What it does

browser_tabs

List, create, close, or focus tabs

browser_hover

Trigger tooltips and dropdowns

browser_console

Console output (log, warn, error)

browser_click_text

Click by visible text. Works through React portals and overlays

Tool

What it does

Yes

No

browser_network

XHR/fetch requests with status codes

browser_snapshot

Accessibility tree with element refs. Compact mode (default) returns only interactive elements

browser_type

Type into inputs and contenteditable fields

browser_navigate

Go to a URL in the active tab

Default

What it does

Setup

Extension + MCP config

browser_click

Click by ref or CSS selector

browser_evaluate

Run JavaScript via Chrome DevTools Protocol