MCP.so
ログイン
R

Real Browser MCP

@ofershap

Real Browser MCP について

MCP server + Chrome extension that gives AI coding agents control of your real browser with existing sessions and logins. Works with Cursor, Claude, Windsurf, and any MCP client.

基本情報

カテゴリ

ブラウザ自動化

トランスポート

stdio

公開者

ofershap

投稿者

Ofer Shapira

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

18

Navigate to a URL in the active browser tab

Click an element on the page using a ref from snapshot or a CSS selector

Type text into an input element

Scroll the page or an element. Supports pixel offsets, scrolling to elements, and named positions (top/bottom). Works with virtual scroll containers used by social media sites.

Press a keyboard key or combination (Enter, Escape, Tab, ArrowDown, etc). Supports modifiers like Ctrl+A, Cmd+C.

Wait for a condition: element to appear, element to disappear, or a fixed delay. Useful for SPAs and dynamic content.

Get an accessibility tree snapshot of the page. Returns element refs you can use with click, type, and other tools. Use compact mode (default) for smaller output - only interactive elements.

Capture a screenshot of the visible page area

Read console messages (log, warn, error) from the browser

Read network requests made by the page. Filter by URL pattern.

Manage browser tabs: list, create, close, or focus

Find elements on the page using natural language (e.g. "login button", "search input"). Returns refs you can use with click/type.

Extract raw text content from the page or a specific element

Hover over an element to trigger tooltips, dropdown menus, or hover states

Select an option from a dropdown/select element

Execute JavaScript in the page and return the result. Use for DOM queries, reading page state, or any operation not covered by other tools.

Click an element by its visible text content. Works on React dropdowns, portals, and overlays that may not appear in snapshots. CSP-safe (no eval). Prefers deepest matching element.

Handle JavaScript dialogs (alert, confirm, prompt). Dialogs block page interaction until handled.

概要

What is Real Browser MCP?

Real Browser MCP is an MCP server paired with a Chrome extension that gives AI coding agents (Cursor, Claude, Windsurf) direct access to your actual browser — the one you already have open with all your sessions, logins, and cookies. Unlike tools that launch a fresh headless browser, it interacts with your existing browser environment.

How to use Real Browser MCP?

Install the server globally via npx real-browser-mcp and install the companion Chrome extension from the Chrome Web Store. No further configuration is needed to start controlling your browser with AI agent prompts.

Key features of Real Browser MCP

  • Navigate, click, type, scroll, and take screenshots
  • Read page text and accessibility snapshots
  • Execute JavaScript in page context
  • Handle dialogs, monitor console and network
  • Manage tabs

Use cases of Real Browser MCP

  • Automate browser tasks while keeping existing sessions and logins active
  • Avoid re-authenticating or replaying login flows for each test run
  • Let AI agents interact with web pages that require cookies or session data

FAQ from Real Browser MCP

How is Real Browser MCP different from Playwright MCP or Chrome DevTools MCP?

Unlike Playwright MCP or Chrome DevTools MCP, which launch a fresh headless browser, Real Browser MCP works with your actual browser. This means you never need to re-authenticate or replay login flows — your existing sessions, logins, and cookies are immediately available.

What dependencies does Real Browser MCP require?

You need a Chrome browser and Node.js (to run npx). The server is installed via npm, and the extension is installed from the Chrome Web Store.

What AI coding agents does Real Browser MCP support?

It works with Cursor, Claude, and Windsurf — any agent that implements the Model Context Protocol.

How do I install Real Browser MCP?

Run npx real-browser-mcp in your terminal and install the Chrome extension from Chrome Web Store.

コメント

「ブラウザ自動化」の他のコンテンツ