Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/content/docs/browser-run/cdp/mcp-clients.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The Model Context Protocol (MCP) is an open protocol that enables AI assistants
## Prerequisites

- Node.js v20.19 or newer
- An MCP-compatible AI client (for example, Claude Desktop, Claude Code, Cursor, OpenCode)
- An MCP-compatible AI client (for example, Claude Desktop, Claude Code, Cursor, OpenCode, Gamut)
- A Browser Run API token with `Browser Rendering - Edit` permissions

## Configure your MCP client
Expand Down Expand Up @@ -92,6 +92,10 @@ Add to `~/.cursor/mcp.json`:

Replace `ACCOUNT_ID` with your Cloudflare account ID and `API_TOKEN` with your Browser Run API token. You can obtain these from your Cloudflare dashboard.

### Gamut

In your [Gamut](https://www.gamut.so/mcp/developer-tools/cloudflare) agent, go to **Connections**, select **Add Connection**, and search for **Cloudflare**. Select **+** to add it, then authenticate with your Cloudflare account when prompted. Ensure your account has a Browser Run API token with `Browser Rendering - Edit` permissions as described in the [Prerequisites](#prerequisites).

For other MCP clients, refer to the [chrome-devtools-mcp documentation](https://github.com/ChromeDevTools/chrome-devtools-mcp/tree/main?tab=readme-ov-file#mcp-client-configuration).

## Example usage
Expand Down