Real Browser MCP

Let AI agents control your real browser - your tabs, your sessions, your logins

As of June 2026, Real Browser MCP has 246 users and a 5.00/5 rating from 1 reviews in the Developer Tools category.

Usersup 303.3 percent+303.3%
246
246
Ratingno change0%
5.00
1 reviews
Reviewsno change0%
1
Version
1.3.0
Manifest V3
90-day change · In the last 90 days this extension 1 version update.

History

10 snapshots

Tracking since Apr 7, 2026.

265.12155.545.879999999999995Apr 7, 2026Jun 7, 2026
View as table
DateUsersRatingReviewsVersion
Apr 7, 2026615.0011.2.0
Apr 19, 2026795.0011.2.0
Apr 24, 2026995.0011.2.0
May 1, 20261105.0011.2.0
May 8, 20261125.0011.2.0
May 13, 20261365.0011.2.0
May 18, 20261455.0011.2.0
May 25, 20261475.0011.2.0
Jun 1, 20262035.0011.3.0
Jun 7, 20262505.0011.3.0
Now2465.0011.3.0

Changelog

  • May 25, 2026
    description
    Your AI agent writes code all day but can't see any of it in the browser. It finishes a task, says "please verify," and you become its eyes. Switch to Chrome, log in, click around, find the bug, go back. Repeat.
    
    Real Browser MCP fixes that. It's a Chrome extension + MCP server that connects your AI coding agent to the browser you already have open. Not a headless copy. Not a fresh Playwright instance. The one with your sessions, logins, and cookies already there.
    
    HOW IT WORKS
    
    1. Install this extension
    2. Add the MCP server to your AI editor (Cursor, Claude Code, Windsurf, or any MCP client)
    3. Your agent can now see and interact with your browser
    
    WHAT YOUR AGENT CAN DO
    
    - Take accessibility snapshots of any page (structured data, not screenshots)
    - Click buttons, fill forms, select dropdowns
    - Navigate to URLs and manage tabs
    - Take screenshots for visual verification
    - Read page text content
    - Run JavaScript in the page
    - Handle alert/confirm/prompt dialogs
    - Monitor console messages and network requests
    - Wait for elements to appear
    
    WHY NOT PLAYWRIGHT MCP?
    
    Playwright launches a blank browser. No cookies, no sessions, no logins. If your app is behind auth or corporate SSO, you have to replay the entire login flow every time. Real Browser MCP skips all that because it uses the browser you're already logged into.
    
    USE CASES
    
    - Verify UI changes after code edits
    - Test authenticated flows without logging in again
    - Fill out forms and submit them
    - Debug layout issues by reading the DOM
    - Check production after deploy
    - Run QA steps without leaving your editor
    
    PRIVACY
    
    - Everything stays local. The extension talks to a localhost MCP server on your machine
    - No data sent anywhere. No analytics, no tracking
    - Fully open source: https://github.com/ofershap/real-browser-mcp
    
    REQUIREMENTS
    
    - An MCP-compatible AI editor (Cursor, Claude Code, Windsurf, Cline, etc.)
    - Node.js 18+
    - Run: npx real-browser-mcp to start the server
    Supporting Claude code, Codex, Cursor, Antrigravity, Windsurf and more!
    Give your AI access to ANY WEBSITE, make him your parner of web!
    
    Your AI agent writes code all day but can't see any of it in the browser. It finishes a task, says "please verify," and you become its eyes. Switch to Chrome, log in, click around, find the bug, go back. Repeat.
    
    Real Browser MCP fixes that. It's a Chrome extension + MCP server that connects your AI coding agent to the browser you already have open. Not a headless copy. Not a fresh Playwright instance. The one with your sessions, logins, and cookies already there.
    
    HOW IT WORKS
    
    1. Install this extension
    2. Add the MCP server to your AI editor (Cursor, Claude Code, Windsurf, or any MCP client)
    3. Your agent can now see and interact with your browser
    
    WHAT YOUR AGENT CAN DO
    
    - Take accessibility snapshots of any page (structured data, not screenshots)
    - Click buttons, fill forms, select dropdowns
    - Navigate to URLs and manage tabs
    - Take screenshots for visual verification
    - Read page text content
    - Run JavaScript in the page
    - Handle alert/confirm/prompt dialogs
    - Monitor console messages and network requests
    - Wait for elements to appear
    
    WHY NOT PLAYWRIGHT MCP?
    
    Playwright launches a blank browser. No cookies, no sessions, no logins. If your app is behind auth or corporate SSO, you have to replay the entire login flow every time. Real Browser MCP skips all that because it uses the browser you're already logged into.
    
    USE CASES
    
    - Verify UI changes after code edits
    - Test authenticated flows without logging in again
    - Fill out forms and submit them
    - Debug layout issues by reading the DOM
    - Check production after deploy
    - Run QA steps without leaving your editor
    
    PRIVACY
    
    - Everything stays local. The extension talks to a localhost MCP server on your machine
    - No data sent anywhere. No analytics, no tracking
    - Fully open source: https://github.com/ofershap/real-browser-mcp
    
    REQUIREMENTS
    
    - An MCP-compatible AI editor (Cursor, Claude Code, Windsurf, Cline, etc.)
    - Node.js 18+
    - Run: npx real-browser-mcp to start the server

Permissions & access

Permissions
tabsactiveTabscriptingdebuggerwebRequeststoragealarms
Host access
<all_urls>

Screenshots

Real Browser MCP screenshot 1

About

Supporting Claude code, Codex, Cursor, Antrigravity, Windsurf and more!
Give your AI access to ANY WEBSITE, make him your parner of web!

Your AI agent writes code all day but can't see any of it in the browser. It finishes a task, says "please verify," and you become its eyes. Switch to Chrome, log in, click around, find the bug, go back. Repeat.

Real Browser MCP fixes that. It's a Chrome extension + MCP server that connects your AI coding agent to the browser you already have open. Not a headless copy. Not a fresh Playwright instance. The one with your sessions, logins, and cookies already there.

HOW IT WORKS

1. Install this extension
2. Add the MCP server to your AI editor (Cursor, Claude Code, Windsurf, or any MCP client)
3. Your agent can now see and interact with your browser

WHAT YOUR AGENT CAN DO

- Take accessibility snapshots of any page (structured data, not screenshots)
- Click buttons, fill forms, select dropdowns
- Navigate to URLs and manage tabs
- Take screenshots for visual verification
- Read page text content
- Run JavaScript in the page
- Handle alert/confirm/prompt dialogs
- Monitor console messages and network requests
- Wait for elements to appear

WHY NOT PLAYWRIGHT MCP?

Playwright launches a blank browser. No cookies, no sessions, no logins. If your app is behind auth or corporate SSO, you have to replay the entire login flow every time. Real Browser MCP skips all that because it uses the browser you're already logged into.

USE CASES

- Verify UI changes after code edits
- Test authenticated flows without logging in again
- Fill out forms and submit them
- Debug layout issues by reading the DOM
- Check production after deploy
- Run QA steps without leaving your editor

PRIVACY

- Everything stays local. The extension talks to a localhost MCP server on your machine
- No data sent anywhere. No analytics, no tracking
- Fully open source: https://github.com/ofershap/real-browser-mcp

REQUIREMENTS

- An MCP-compatible AI editor (Cursor, Claude Code, Windsurf, Cline, etc.)
- Node.js 18+
- Run: npx real-browser-mcp to start the server

Technical

Version
1.3.0
Manifest
V3
Size
16.45KiB
Min Chrome
88
Languages
1
Featured
No

Metadata

ID
fkkimpklpgedomcheiojngaaaicmaidi
Developer ID
u9ea94394f9e64c3c4e8cb44ba6f880fb
Developer Email
[email protected]
Created
Mar 9, 2026
Last Updated (Store)
May 23, 2026
Last Scraped
Jun 7, 2026
Website
Support URL

Similar extensions

Alternatives to Real Browser MCP, ranked by description similarity.

Data sourced from the Chrome Web Store · last verified Jun 7, 2026.