Chat with AI and run tools instantly.
Run Chrome in the cloud from Claude Code or Cursor — navigate public sites, take screenshots, and record a screen video of a live site tour, with no browser or screen-capture software on your machine.
Try this workflow
Record a site tour video
Start a screen recording, walk through the homepage, pricing, and blog pages while scrolling each, then stop and give me the video.
Chat with AI and run tools instantly.
Browse all toolsBuilt for
Demo & Marketing Video, Browser Automation, Web QA, Public-Site Testing, Agent Workflows
Record a site tour video
Records a multi-page screencast from the cloud browser for a demo video.
Start a screen recording, walk through the homepage, pricing, and blog pages while scrolling each, then stop and give me the video.
Review a public landing page
Uses a zero-install cloud browser for page review.
Open this public URL in the remote browser, capture a screenshot, summarize the first fold, and list visible conversion issues.
Test an interactive flow
Turns cloud browser automation into product QA.
Navigate through this product flow, click the primary calls to action, and report where the browser gets blocked.
Research a competitor page
Combines browsing and visual inspection for research.
Load the page, read visible text, take a screenshot, and summarize the main claims and navigation options.
What is Remote Browser best for?
It is best for zero-install browser automation against public websites when you do not want Chrome running on your machine.
How is Remote Browser different from Local Browser?
Remote Browser runs Chrome in MCPBundles cloud. Local Browser runs on your machine through Desktop and reaches localhost directly.
Can it capture screenshots?
Yes. The remote browser can take screenshots and return visual content for agents to inspect during page review and QA workflows.
Domain knowledge for Remote Browser — workflow patterns, data models, and gotchas for your AI agent.
Playwright MCP server — cloud-hosted Chrome with no local install. Same Playwright browser automation tools as Local Browser but Chrome runs in the cloud.
The cloud browser can record what it does as a video, captured server-side over the live session:
This works on both the cloud browser and the local browser; the cloud browser is the zero-install path for recording public sites.
For public URLs, no extra setup is needed. For localhost dev servers, the cloud browser needs a tunnel:
Perform click on a web page
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 files to a file input or upload button using base64-encoded file payloads.
Fill multiple form fields
Get detailed information about a captured console message including structured arguments, stack trace, 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 captured network request: status, response headers, timing, and a truncated text body when available.
Poll a browser capture asset until S3 flush completes. When status is ready, use asset_id in marketing project timeline and hero_from_capture export.
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.
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 network requests for the current page 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...
Record a short screencast on the current browser tab via CDP (Local or Remote Browser; start → wait → stop in one call). Returns asset_id; poll browse...
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 one crisp keyframe of the current page as a film beat, with an optional caption. Call once per scene (navigate/scroll, then snap). Finish with...
Capture accessibility snapshot of the current page, this is better than screenshot
Start screen recording on the active browser tab via CDP screencast (Local Browser or Remote Browser). Navigate and interact, then call browser_stop_r...
Stop the active browser screencast and enqueue upload of JPEG frames to S3. Returns asset_id immediately; poll browser_get_recording_status until read...
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 a page condition: visible/hidden text, CSS selector(s), a polled JavaScript ready check, a streaming probe ({streaming, measure}), or a fixed...
Playwright MCP server — cloud-hosted Chrome browser, no local install required. Full Playwright browser automation: navigate pages, click, type, take screenshots, fill forms, run JavaScript, and record a screen video of a live site tour. For localhost access, run: mcpbundles proxy expose <port> It provides 38 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 38 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.
It is best for zero-install browser automation against public websites when you do not want Chrome running on your machine.
Remote Browser runs Chrome in MCPBundles cloud. Local Browser runs on your machine through Desktop and reaches localhost directly.
Yes. The remote browser can take screenshots and return visual content for agents to inspect during page review and QA workflows.
Yes. The cloud browser can record a screencast while it navigates and scrolls through a site, capturing the screen server-side with no recording software on your machine. Pair it with Marketing Studio to export the capture as an MP4 video or stills.
Because the browser runs in the cloud, localhost URLs need to be exposed through MCPBundles Desktop before the remote browser can reach them.
Connect Remote Browser to any MCP client in minutes
https://mcp.mcpbundles.com/bundle/remote-browserThe link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.
Remote Browser and paste the MCP URL into Remote MCP server URL.Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).
More developer tools integrations you might like
Use the Ticketmaster Commerce API to look up available offers and products on various Ticketmaster p...
Aviationstack is an API service that provides real-time and historical flight data, including flight...
News API provides a RESTful API to access hundreds of worldwide news sources and blogs in real-time ...
Todoist provides a task management API that allows users to organize and track their tasks and proje...
Nylas is a communications API platform that enables developers to integrate email, calendar, and con...
Analyze CIDR networks, calculate subnet details, and check IP membership. Supports IPv4 and IPv6. Pu...