Back to MCP Servers
Server Playwright
An MCP server for browser automation using Playwright
browser-automationbrowserautomation
Installation
npx -y MCP-Server-PlaywrightConfiguration
{
"mcpServers": {
"MCP-Server-Playwright": {
"command": "npx",
"args": ["-y", "MCP-Server-Playwright"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes