mcpopen-sourceverified
Playwright MCP
Full browser automation for agents
Drive a real Chromium / Firefox / WebKit browser from an MCP agent. Ideal for scraping, E2E verification and UI testing pipelines.
Install Playwright MCP
Paste into claude_desktop_config.json
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest"
]
}
}
}Run in your terminal
claude mcp add playwright -- npx -y @playwright/mcp@latest Paste into .cursor/mcp.json
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest"
]
}
}
} After adding the server, fully restart your MCP client. Replace <placeholders> (tokens, paths) with your own values.
Facts
- Stars
- ★ 11,800
- Maintainer
- Microsoft (official)
Trust score, capability surface (filesystem, shell, network) and risk flags — reviewed in your browser.