Playwright MCP
Playwright MCP connects agents to browser automation through the Model Context Protocol.
Key Features
- Navigate pages and interact with web UI elements.
- Capture screenshots and inspect page state.
- Automate test reproduction and browser workflows.
Server Configuration
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["@playwright/mcp@latest"]
}
}
}
Security Notes
Browser automation can read page content and interact with websites. Keep it scoped to trusted sessions.