Browser

Playwright MCP server for browser automation, web testing, and scraping. Control Chrome with full page interaction, screenshots, form filling, and JavaScript execution. Requires desktop proxy - install with: pip install mcpbundles-proxy

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

Developer Tools
NONE

Tools From This Provider (24)

Browser Record Video

Start or stop video recording of browser session. Records all browser activity and uploads to S3 with a download URL.

Browser Get Console Message

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

Browser Get Network Request

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

Browser Emulate

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

Browser Performance Trace

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

Browser Console Messages

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

Browser Network Requests

Returns all network requests with request IDs for detailed inspection

Browser Click

Perform click on a web page

Browser Hover

Hover over element on page

Browser Drag

Perform drag and drop between two elements

Browser Type

Type text into editable element

Browser Press Key

Press a key or key combination on the keyboard. Supports special keys (Enter, Escape, Tab) and modifiers (Control, Shift, Alt, Meta). Optionally focus an element first. Useful for keyboard shortcuts...

Browser Navigate

Navigate to a URL in the browser. Returns navigation result with final URL (after redirects), page title, and status. Use this as the starting point for any browser interaction workflow.

Browser Fill Form

Fill multiple form fields

Browser File Upload

Upload one or multiple files

Browser Handle Dialog

Handle a dialog

Browser Evaluate

Evaluate JavaScript expression on page or element

Browser Wait For

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

Browser Resize

Resize the browser window

Browser Select Option

Select an option in a dropdown

Browser Navigate Back

Go back to the previous page

Browser Tabs

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

Browser Snapshot

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

Browser Take Screenshot

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

Provider Information

CategoryDeveloper Tools
Auth TypeNONE
AddedOctober 22, 2025
UpdatedDecember 17, 2025
Used By Tools
24

Quick Links

Need Help?

Having trouble configuring Browser? Check the available resources below.

Browser MCP Server - MCP Bundles • MCP Providers