home / mcp / cloudflare playwright mcp example mcp server

Cloudflare Playwright MCP Example MCP Server

Provides browser automation tools to navigate, type, click, and capture screenshots via an MCP server hosted on Cloudflare Workers.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "adityahannn-hub-playwright-mcp-example": {
      "url": "https://[my-mcp-url].workers.dev/sse"
    }
  }
}

Available tools

browser_navigate

Navigate the browser to a specified URL and wait for the page to load.

browser_type

Type text into a focused element on the page.

browser_clickt

Click a target element, such as a button or checkbox, identified by selector.

browser_take_screenshot

Capture a screenshot of the current page and return it in PNG format.