We're excited to share that you can now use the Playwright MCP server with Browser Rendering. Once you deploy the server , you can use any MCP client with it to interact with Browser Rendering. This allows you to run AI models that can automate browser tasks, such as taking screenshots, filling out forms, or scrapin...
Browser Run - Playwright MCP server is now compatible with Browser Rendering
Cloudflare Developer Platform Changelog · 2025-05-28
Related items
Browser Run - Playwright for Browser Rendering now available
We're excited to share that you can now use Playwright's browser automation capabilities from Cloudflare Workers . Playwright is an open-source package developed by Microsoft that can do browser automation tasks; it's commonly used to write software tests, debug applications, create screenshots, and crawl pages. Lik...
Browser Run - Browser Rendering is now Browser Run
We are renaming Browser Rendering to Browser Run . The name Browser Rendering never fully captured what the product does. Browser Run lets you run full browser sessions on Cloudflare's global network, drive them with code or AI, record and replay sessions, crawl pages for content, debug in real time, and let humans...
Browser Run - Manage Browser Rendering sessions with Wrangler CLI
Browser Rendering now supports wrangler browser commands, letting you create, manage, and view browser sessions directly from your terminal, streamlining your workflow. Since Wrangler handles authentication, you do not need to pass API tokens in your commands. The following commands are available: Command Descriptio...
Browser Run - Browser Rendering Playwright GA, Stagehand support (Beta), and higher limits
We’re shipping three updates to Browser Rendering: Playwright support is now Generally Available and synced with Playwright v1.55 , giving you a stable foundation for critical automation and AI-agent workflows. We’re also adding Stagehand support (Beta) so you can combine code with natural language instructions to b...
Browser Run - Crawl entire websites with a single API call using Browser Rendering
Edit: this post has been edited to clarify crawling behavior with respect to site guidance. You can now crawl an entire website with a single API call using Browser Rendering 's new /crawl endpoint , available in open beta. Submit a starting URL, and pages are automatically discovered, rendered in a headless browser...
Browser Run - Browser Rendering now supports local development
You can now run your Browser Rendering locally using npx wrangler dev , which spins up a browser directly on your machine before deploying to Cloudflare's global network. By running tests locally, you can quickly develop, debug, and test changes without needing to deploy or worry about usage costs. Get started with...