Browser Rendering now exposes the Chrome DevTools Protocol (CDP), the low-level protocol that powers browser automation. The growing ecosystem of CDP-based agent tools, along with existing CDP automation scripts, can now use Browser Rendering directly.
Any CDP-compatible client, including Puppeteer and Playwright, can connect from any environment, whether that is Cloudflare Workers, your local machine, or a cloud environment. All you need is your Cloudflare API key.
For any existing CDP script, switching to Browser Rendering is a one-line change:
const puppeteer = require("puppeteer-core");
const browser = await puppeteer.connect({ browserWSEndpoint: `wss://api.cloudflare.com/client/v4/accounts/${ACCOUNT_ID}/browser-rendering/devtools/browser?keep_alive=600000`, headers: { Authorization: `Bearer ${API_TOKEN}` },});
const page = await browser.newPage();await page.goto("https://example.com");console.log(await page.title());await browser.close();Additionally, MCP clients like Claude Desktop, Claude Code, Cursor, and OpenCode can now use Browser Rendering as their remote browser via the chrome-devtools-mcp package.
Here is an example of how to configure Browser Rendering for Claude Desktop:
{ "mcpServers": { "browser-rendering": { "command": "npx", "args": [ "-y", "chrome-devtools-mcp@latest", "--wsEndpoint=wss://api.cloudflare.com/client/v4/accounts/<ACCOUNT_ID>/browser-rendering/devtools/browser?keep_alive=600000", "--wsHeaders={\"Authorization\":\"Bearer <API_TOKEN>\"}" ] } }}To get started, refer to the CDP documentation.
Source: Cloudflare
Latest Posts
- Updates available for Microsoft 365 Apps for Current Channel [MC1297137]
![Updates available for Microsoft 365 Apps for Current Channel [MC1297137] 2 pexels ken tomita 127057 389818](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)
- Dynamics 365 Customer Insights – Data – Reduce alert fatigue with noise-free notifications [MC1297005]
![Dynamics 365 Customer Insights - Data - Reduce alert fatigue with noise-free notifications [MC1297005] 3 pexels googledeepmind 18069496](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)
- Power Platform – Please hard refresh your active long-running browser tab(s) [MC1296939]
![Power Platform – Please hard refresh your active long-running browser tab(s) [MC1296939] 4 pexels edward jenner 4252518](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)
- Amazon Bedrock AgentCore Identity now supports On-Behalf-Of (OBO) token exchange


![Updates available for Microsoft 365 Apps for Current Channel [MC1297137] 2 pexels ken tomita 127057 389818](https://mwpro.co.uk/wp-content/uploads/2025/06/pexels-ken-tomita-127057-389818-150x150.webp)
![Dynamics 365 Customer Insights - Data - Reduce alert fatigue with noise-free notifications [MC1297005] 3 pexels googledeepmind 18069496](https://mwpro.co.uk/wp-content/uploads/2025/06/pexels-googledeepmind-18069496-150x150.webp)
![Power Platform – Please hard refresh your active long-running browser tab(s) [MC1296939] 4 pexels edward jenner 4252518](https://mwpro.co.uk/wp-content/uploads/2025/06/pexels-edward-jenner-4252518-150x150.webp)

![(Updated) New Microsoft Purview data security posture management experience [MC1191257] 7 (Updated) New Microsoft Purview data security posture management experience [MC1191257]](https://mwpro.co.uk/wp-content/uploads/2024/08/pexels-lastly-808465-150x150.webp)