playwright-mcp

playwright-mcp

44

Cloudflare Playwright MCP leverages Playwright for automated browser testing integrated with Cloudflare Workers. It supports both snapshot and vision-based interactions for comprehensive browser automation.

What is Cloudflare Playwright MCP?

It is a project that integrates Playwright for browser automation with Cloudflare Workers, allowing for scalable and efficient browser testing.

How can I deploy the project to Cloudflare Workers?

You can deploy the project by navigating to the cloudflare/example directory and running npx wrangler deploy.

What are the two modes of tool operation?

The tools operate in Snapshot Mode, which uses accessibility snapshots, and Vision Mode, which uses screenshots for visual interactions.

Can I use Cloudflare Playwright MCP with local applications?

Yes, you can use it with local applications like Claude Desktop by using a tool like mcp-remote to proxy remote MCP servers locally.

What platforms are supported for using Cloudflare Playwright MCP?

It supports platforms like Cloudflare AI Playground, Claude Desktop, and VSCode for browser automation tasks.