Install to ToolCloud
One click. No local setup. Works with any MCP client.
Browser automation with Playwright. Supports Chrome, Firefox, and WebKit. Navigate, interact, screenshot, and test web applications.
automationbrowserplaywrighttesting
Manual Installation
Claude Code
claude mcp add playwright -- npx -y @anthropic-ai/mcp-server-playwrightCursor / Windsurf / VS Code Copilot / Claude Desktop
Add to your MCP config file:
{
"mcpServers": {
"playwright": {
"args": [
"-y",
"@anthropic-ai/mcp-server-playwright"
],
"command": "npx"
}
}
}