Use Studio chat to drive this server — credentials stay in your workspace.
Cloud-hosted Chrome browser powered by Steel.dev — zero setup required. Navigate pages, click, type, take screenshots, fill forms, run JavaScript, and inspect network traffic. For localhost access, run: mcpbundles proxy expose <port>
Domain knowledge for Remote Browser — workflow patterns, data models, and gotchas for your AI agent.
Drive a hosted Chromium instance: multi-tab navigation, pointer and keyboard automation, form completion, uploads, and iframe-aware actions. Capture accessibility snapshots or raster screenshots for grounding, stream console logs and network activity, and run arbitrary page scripts when needed.
mcpbundles proxy expose <port>).Perform click on a web page
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.
Close the current page or the entire browser session. Use to release resources when done with browser automation.
Returns console messages. Note: Only messages logged AFTER browser session started are available.
Perform drag and drop between two elements
Emulate network conditions and CPU throttling to test performance on slow connections or devices
Evaluate JavaScript expression on page or element
Upload one or multiple files
Fill multiple form fields
Get detailed information about a specific console message including stack trace, arguments, and source location
Get browser cookies including HttpOnly cookies. Returns name, value, domain, path, expires, httpOnly, secure, and sameSite for each cookie. Useful for...
Get detailed information about a specific network request including headers, timing, response body, and status
Read localStorage or sessionStorage from the current page. Returns all key-value pairs or a specific key. Useful for extracting auth tokens, user pref...
Get the visible text content of the current page. Lighter than browser_snapshot when you only need text. Hidden elements (display:none, visibility:hid...
Handle a dialog
Hover over element on page
Click an element inside an iframe. Use browser_snapshot to get iframeRef and element ref.
Fill an input field inside an iframe. Use browser_snapshot to get iframeRef and field ref.
Install the browser specified in configuration (chromium, firefox, or webkit). Downloads and sets up the browser if not already installed. This is typ...
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 f...
Go back to the previous page
Returns all network requests with request IDs for detailed inspection
Start or stop performance tracing to analyze page performance, Core Web Vitals (LCP, FID, CLS), and identify bottlenecks
Press a key or key combination on the keyboard. Supports special keys (Enter, Escape, Tab) and modifiers (Control, Shift, Alt, Meta). Optionally focus...
Resize the browser window
Run a Playwright Python code snippet. The code receives 'page' (Playwright Page object) and can perform any page interaction. Use 'return' to return a...
Save the current page as a PDF file. Returns base64-encoded PDF if path not provided.
Scroll the page by direction/amount, scroll to top/bottom, or scroll a specific element into view. Essential for lazy-loading pages and content below ...
Select an option in a dropdown
Set or delete browser cookies including HttpOnly cookies. Use 'cookies' to add/update cookies (name+value required, domain defaults to current page). ...
Capture accessibility snapshot of the current page, this is better than screenshot
List, create, close, or select a browser tab.
Take a screenshot of the current page. You can't perform actions based on the screenshot, use browser_snapshot for actions.
Type text into editable element
Wait for text to appear or disappear or a specified time to pass
Cloud-hosted Chrome browser powered by Steel.dev — zero setup required. Navigate pages, click, type, take screenshots, fill forms, run JavaScript, and inspect network traffic. For localhost access, run: mcpbundles proxy expose <port> It provides 35 tools that AI agents can use through the Model Context Protocol (MCP).
Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/remote-browser. Authentication is handled automatically.
Remote Browser provides 35 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.
Remote Browser uses open data APIs — no authentication required.
Connect Remote Browser to any MCP client in minutes
Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.
Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.
Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.
More developer tools integrations you might like
Ably is a real-time data streaming platform. Publish and subscribe to messages on channels, track pr...
This server provides AI-powered tools for creating entity-relationship diagrams, helping users visua...
Algolia is a hosted search engine as a service providing developers with tools to index and search t...
Alpic provides advanced AI-driven solutions for various applications, focusing on enhancing user exp...
Amazon Redshift is a fast, fully managed, petabyte-scale data warehouse service in the cloud. Run co...
Workflow: 'Help me ask a great Stack Overflow question'. Search for similar questions to avoid dupli...