playwright-mcp.md

Playwright MCP

Featured
from"microsoft"
3.5k

Official Microsoft Playwright MCP with accessibility snapshots for browser automation

Browser Automation
Playwrightbrowserautomationtesting
install.sh
# Clone the repository
$git clone https://github.com/microsoft/playwright-mcp
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve