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"
]
}
}
}