home / mcp / 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.
Configuration
View docs{
"mcpServers": {
"adityahannn-hub-playwright-mcp-example": {
"url": "https://[my-mcp-url].workers.dev/sse"
}
}
}Navigate the browser to a specified URL and wait for the page to load.
Type text into a focused element on the page.
Click a target element, such as a button or checkbox, identified by selector.
Capture a screenshot of the current page and return it in PNG format.