mcp-playwright

mcp-playwright

3,631

The Playwright MCP Server is designed for browser automation using the Playwright framework. It allows language models to perform tasks like web page interaction, web scraping, and test code generation in real browser environments.

npx
{
  "mcpServers": {
    "playwright": {
      "command": "npx",
      "args": [
        "-y",
        "@executeautomation/playwright-mcp-server"
      ]
    }
  }
}