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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"real-browser": {
"command": "npx",
"args": [
"-y",
"real-browser-mcp"
]
}
}
}工具
18Navigate 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.
浏览器自动化 分类下的更多 MCP 服务器
mcp-browser-use: MCP server for browser-use
vinayak-mehtaMCP server for browser-use
MCP Browser Kit
ndthanhdevAn MCP Server that enables AI assistants to interact with your local browsers.
Fetcher MCP
jae-jaeMCP server for fetch web page content using Playwright headless browser.
Fastcrw
usFast, lightweight Firecrawl/Tavily alternative in Rust. Web scraper, crawler & search API with MCP server for AI agents. Drop-in Firecrawl-compatible API (/scrape, /crawl, /search). 2.3x faster than Tavily, 1.5x faster than Firecrawl in 1K-URL benchmarks. 6 MB RAM, single binary.
Apify Model Context Protocol (MCP) Server
apifyThe Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
评论