Local Browser

Local Chrome browser running on your machine via the desktop proxy. Full Playwright automation with direct localhost access — no tunneling needed. Requires: pip install mcpbundles && mcpbundles proxy start

This Local Browser MCP server is compatible with any MCP client including Claude Desktop, Cursor, and other Model Context Protocol implementations.

Developer Tools
API Key

Local Browser
SKILL.md

Local Chrome browser automation via desktop proxy — Playwright over CDP tunnel

Tools From This Provider (31)

Browser Iframe Click

Click an element inside an iframe. Use browser_snapshot to get iframeRef and element ref.

Browser Iframe Fill

Fill an input field inside an iframe. Use browser_snapshot to get iframeRef and field ref.

Browser Click And Switch Tab

Click a link that opens in a new tab and switch to it. Use for links with target=_blank or Ctrl+click to force new tab.

Browser Close

Close the current page or the entire browser session. Use to release resources when done with browser automation.

Browser Get Visible Text

Get the visible text content of the current page. Lighter than browser_snapshot when you only need text. Hidden...

Browser Run Code

Run a Playwright Python code snippet. The code receives 'page' (Playwright Page object) and can perform any page...

Browser Save As Pdf

Save the current page as a PDF file. Returns base64-encoded PDF if path not provided.

Browser Install

Install the browser specified in configuration (chromium, firefox, or webkit). Downloads and sets up the browser if not...

Browser Emulate

Emulate network conditions and CPU throttling to test performance on slow connections or devices

Browser Get Network Request

Get detailed information about a specific network request including headers, timing, response body, and status

Browser Performance Trace

Start or stop performance tracing to analyze page performance, Core Web Vitals (LCP, FID, CLS), and identify bottlenecks

Browser Get Console Message

Get detailed information about a specific console message including stack trace, arguments, and source location

Browser Hover

Hover over element on page

Browser Press Key

Press a key or key combination on the keyboard. Supports special keys (Enter, Escape, Tab) and modifiers (Control,...

Browser Evaluate

Evaluate JavaScript expression on page or element

Browser File Upload

Upload one or multiple files

Browser Resize

Resize the browser window

Browser Network Requests

Returns all network requests with request IDs for detailed inspection

Browser Handle Dialog

Handle a dialog

Browser Type

Type text into editable element

Browser Snapshot

Capture accessibility snapshot of the current page, this is better than screenshot

Browser Navigate Back

Go back to the previous page

Browser Drag

Perform drag and drop between two elements

Browser Wait For

Wait for text to appear or disappear or a specified time to pass

Browser Take Screenshot

Take a screenshot of the current page. You can't perform actions based on the screenshot, use browser_snapshot for...

Browser Tabs

List, create, close, or select a browser tab.

Browser Fill Form

Fill multiple form fields

Browser Navigate

Navigate to a URL in the browser. Returns navigation result with final URL (after redirects), page title, and status....

Browser Click

Perform click on a web page

Browser Console Messages

Returns console messages. Note: Only messages logged AFTER browser session started are available.

Browser Select Option

Select an option in a dropdown

Connect Local Browser to your AI assistant via MCP

Works with Claude, Cursor, ChatGPT · API Key setup

Set Up Server

Provider Information

CategoryDeveloper Tools
SetupAPI Key
AddedOctober 22, 2025
UpdatedMarch 25, 2026
Used By Tools
31

Quick Links

Need Help?

Having trouble configuring Local Browser? Check the available resources below.

Local Browser MCP Server - MCP Bundles • MCP Providers