Real Browser MCP

Created By
ofershap3 months ago
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.
Overview

Real Browser MCP

Give your AI agent eyes on your real browser.

MCP server + Chrome extension that lets AI coding agents (Cursor, Claude, Windsurf) interact with your actual browser — the one you already have open with all your sessions, logins, and cookies.

Why?

Unlike Playwright MCP or Chrome DevTools MCP that launch a fresh headless browser, Real Browser MCP works with your actual browser. No re-authentication. No replaying login flows.

Features

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

Install

npx real-browser-mcp

Chrome extension: Chrome Web Store

GitHub | npm

Server Config

{
  "mcpServers": {
    "real-browser": {
      "command": "npx",
      "args": [
        "-y",
        "real-browser-mcp"
      ]
    }
  }
}
Project Info
Created At
3 months ago
Updated At
3 months ago
Author Name
ofershap
Star
-
Language
-
License
-
Category

Recommend Servers

View All