Back to MCP ToolsTestingOfficial
Playwright logo

Playwright

Official

End-to-end testing framework for web applications.

Provider:Microsoft
Category:Testing

Installation

Command Line
npx create-playwright@latest

Configuration

Add this configuration to your MCP settings file (usually mcp.json or your IDE's MCP configuration):

JSON Configuration
{
  "mcpServers": {
    "playwright": {
      "command": "npx",
      "args": [
        "-y",
        "playwright-mcp"
      ]
    }
  }
}