Playwright for the shell - MCP server for terminal recording and automation
| Tool name | Description | Destructive? |
|---|---|---|
| shell_start | ✓ no | |
| shell_send | ✓ no | |
| shell_read | ✓ no | |
| shell_screenshot | ✓ no | |
| shell_stop | ✓ no |
| shell_record_start | ✓ no | |
| shell_record_stop | ✓ no |
{
"mcpServers": {
"dwmkerrshellwright": {
"command": "npx",
"args": [
"-y",
"@dwmkerr/shellwright-mcp-server"
]
}
}
}