Install
npx -y @playwright/mcp@latestTransports
Tools exposed
24
§ Add to your AI client
Drop this into your client's MCP config — claude_desktop_config.json for Claude Desktop, or .cursor/mcp.json for Cursor — then restart the app. Replace placeholder paths and credentials with your own.
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest"
]
}
}
}§ About
First-party Playwright MCP server. The successor pick to Puppeteer for many agent stacks — better cross-browser coverage and accessibility-tree introspection. Use this when an agent needs to test or scrape modern web apps.
§ Features
§ Use cases
§ Related MCP servers