Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ“‚ Browser Automation
  3. Real Browser MCP
Real Browser MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 3:45:25 PM

Real Browser MCP

User RatingsBe the first to rate and review this MCP server!
View Repository50 GitHub StarsTotal stargazers on GitHub for the source repository (50 stars).Visit Website
browser-automationchromemcpdeveloper-tools

Controls an existing Chrome session through MCP and a local extension, preserving active cookies, SSO, and open pages.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "ofershap-real-browser-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "real-browser-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ“‚ More in Browser Automation

Overview

The ofershap/real-browser-mcp MCP server connects an AI agent to the user's existing Chrome through a local MCP process, a Chrome extension, and a localhost WebSocket. It can work with active sessions, cookies, SSO, staging environments, and pages already open in the browser. Reach for it when an agent needs to verify or interact with a locally authenticated site rather than launch a clean headless browser. It is intended for interactive development workflows, not repeatable CI runs.

Use cases

β€’Verify a code change in an already authenticated staging site
β€’Inspect a bug in the Chrome tab you already opened
β€’Interact with pages that require existing SSO or cookies
β€’Check a web application from an IDE-local browser session

Key features

β€’Controls an existing Chrome session
β€’Preserves active cookies and SSO sessions
β€’Connects through a Chrome extension and localhost WebSocket
β€’Provides accessibility snapshots and screenshots
β€’Finds and clicks page elements
β€’Supports optional agent workflow configuration

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Real Browser MCP.

Extracted Tool Capabilities
Controls an existing Chrome session
Preserves active cookies and SSO sessions
Connects through a Chrome extension and localhost WebSocket
Provides accessibility snapshots and screenshots
Finds and clicks page elements
Supports optional agent workflow configuration

How Real Browser MCP works

What ofershap/real-browser-mcp MCP server does

The ofershap/real-browser-mcp MCP server lets an AI agent operate the Chrome browser that is already open on the user's machine. It is designed for situations where the browser contains useful state that a new automation profile would not have, such as logged-in sessions, SSO access, cookies, an authenticated staging site, or a page used to reproduce a bug.

The project has two parts: a local MCP server that communicates with the AI client, and a Chrome extension that performs browser actions. The browser remains on the user's machine, and the project does not use a hosted browser or a newly created headless profile.

How it works

The MCP server and Chrome extension communicate through a localhost WebSocket. An MCP-compatible client sends tool calls to the local server, while the extension executes those calls in the connected Chrome instance. The extension can be installed from the Chrome Web Store or loaded from the repository source.

The repository describes 18 browser tools grouped around observing and interacting with pages. Observation includes accessibility snapshots with element references, screenshots, page or element text extraction, and element queries using CSS selectors. Interaction includes clicking by an element reference or CSS selector and clicking visible text, including text rendered through React portals.

A snapshot-first workflow is recommended by the project’s optional agent configuration. The setup command can add Cursor rules and a chat command, or an AGENTS.md file for Claude Code, to help an agent decide when to snapshot, interact, and verify.

Setup and configuration

Install the ofershap/real-browser-mcp MCP server in an MCP client with the following configuration:

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

The README documents setup for Cursor, Claude Desktop, Windsurf, and other MCP-compatible clients. After starting the server, install the Chrome extension from the Web Store, or clone the repository and load its extension/ directory as an unpacked extension from chrome://extensions. Developer mode must be enabled for an unpacked installation. The extension icon indicates whether it is connected to the local server.

Optional agent guidance can be installed with npx real-browser-mcp --setup cursor or npx real-browser-mcp --setup claude. The Cursor option adds a rule file and a /check-browser command; the Claude Code option adds an AGENTS.md file to the project root.

Tools and capabilities

The ofershap/real-browser-mcp MCP server provides browser observation and interaction through its extension-based tool set. Documented capabilities include:

  • Inspecting an accessibility tree and receiving references for interactive elements.
  • Capturing the current screen as a screenshot.
  • Extracting raw text from a page or a specific element.
  • Finding elements with CSS selectors.
  • Clicking by reference, CSS selector, or visible text.

These capabilities suit live verification after a code change, checking a locally accessible staging page, and interacting with an already authenticated web application.

Limitations and notes

The ofershap/real-browser-mcp MCP server is intended for an interactive local Chrome workflow. It is not positioned as a replacement for Playwright in CI, where clean and repeatable browser runs are preferred. It also does not provide a hosted browser or a separate remote session.

The browser connection depends on the Chrome extension being installed and connected. The project specifically distinguishes its extension approach from attaching to a default Chrome profile through remote debugging, noting that Chrome 136 and later restrict that path. Browser sessions and cookies stay on the user’s machine rather than moving to a control plane.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Browser Automation View all alternatives
  • Rrweb Stack logoRrweb Stack

    Local-first MCP server (@peekdev/mcp) + Chrome extension that records your real authenticated browser session (rrweb DOM + console + network, PII-masked, to local SQLite) and lets AI coding agents query it or drive the browser. No cloud, no telemetry.

    πŸ“‚ Browser Automation4 views
    Compare vs Rrweb Stack β†’
  • Browsermcp MCP logoBrowsermcp MCP

    Browser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

    πŸ“‚ Browser Automation4 views
    Compare vs Browsermcp MCP β†’
  • Playwright MCP logoPlaywright MCP
    Verified

    Official Microsoft Playwright MCP server, enabling LLMs to interact with web pages through structured accessibility snapshots

    πŸ“‚ Browser Automation2 views
    Compare vs Playwright MCP β†’
  • Agent Web Interface logoAgent Web Interface

    Token-efficient browser automation for LLM agents: semantic page snapshots and stable element IDs instead of raw DOM or screenshots, driving Chrome over CDP.

    πŸ“‚ Browser Automation3 views
    Compare vs Agent Web Interface β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
50
Stargazers on the source repository.
npm downloads
332
Package downloads in the last 30 days.
Last commit
4d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Real Browser MCP

Add an MCP server using command `npx` with arguments `-y real-browser-mcp`, then install the Chrome extension from the Chrome Web Store or load the repository's `extension/` folder unpacked.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewReal Browser MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ofershap-real-browser-mcp?style=directory)](https://allmcps.com/mcp/ofershap-real-browser-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/ofershap-real-browser-mcp"><img src="https://allmcps.com/api/badge/ofershap-real-browser-mcp?style=directory" alt="Real Browser MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ“‚Browser Automation
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor, Windsurf
Last updatedSep 7, 2026
9/10 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars50
GitHub Star CountTotal stargazers on GitHub representing community popularity (50 stars).
Last commit4d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 7, 2026
npm downloads332/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
57Quality signal: Good Β· 57/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools23/30
Adoption & activity10/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 19d ago via OSV.dev Β· real-browser-mcp (npm)

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ“‚ Browser Automation β†’Best MCP servers for Browser Automation β†’Alternatives to Real Browser MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code