Playwright integration for ModelContext
| Tool name | Description | Destructive? |
|---|---|---|
| init-browser | ✓ no | |
| get-full-dom | ✓ no | |
| get-screenshot | ✓ no | |
| execute-code⚠ | ⚠ yes | |
| get-context | ✓ no |
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"-y",
"playwright-mcp"
]
}
}
}