Cloudflare Playwright MCPServer

ruifigueira
GitHub
browser automationCloudflareAI

Loading subscription status...

💡 Description

This project utilizes Playwright for automating browser testing and integrates with Cloudflare Workers for deployment. It allows browser automation tasks through AI platforms' LLM models.

📝 JSON Entries

{
  "mcpServers": [
    {
      "cloudflare-playwright-mcp": {
        "args": [
          "mcp-remote",
          "https://[my-mcp-url].workers.dev/sse"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

PlaywrightCloudflare Workers

Features

  • Browser automation with Playwright
  • Integration with Cloudflare Workers
  • Ability to interact with web pages and take screenshots

💬 Example Queries

  • Navigate to demo.playwright.dev/todomvc
  • Create a new ToDo entry for grocery shopping
  • Take a screenshot of the current page