- Home
- MCP servers
- Cloudflare Playwright
Cloudflare Playwright
- typescript
0
GitHub Stars
typescript
Language
7 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
You can run a Playwright-based MCP server on Cloudflare Workers to control a browser through a set of tools. This enables AI assistants to automate web tasks such as navigating pages, entering text, clicking elements, and capturing images, all through a standards-based MCP interface.
How to use
Use an MCP client to connect to the server via the MCP URL and start issuing browser control commands. The server exposes tools that let you navigate to pages, type text, take screenshots, and interact with page elements. Start with simple tasks like opening a page, taking a screenshot, then build up to more complex sequences.
Available tools
browser_navigate
Navigate the browser to a specific URL and wait for the page to load.
browser_type
Type text into a focused input field or element on the page.
browser_clickt
Click a target element on the page, such as a button or link.
browser_take_screenshot
Capture a screenshot of the current page state and return it as an image file.