Playwright MCP Server

The Playwright MCP server

⭐ Featured✓ Verified
Vendor:microsoft
Slug:playwright
License:Not specified
Latest Version:

Tags

webbrowser

Installation

Install in VS Code
NODE Runtime
npx -y @playwright/mcp@latest ${input:_No response_}

VS Code MCP Configuration

Click “Install in VS Code” button above or add this configuration manually:

{
  "mcpServers": {
    "playwright": {
          "command": "npx",
          "args": [
                "-y",
                "@playwright/mcp@latest",
                "${input:_No response_}"
          ],
          "env": {}
    }
  }
}

Version History

Latest