Browser Operator
Enables Claude to control web browsers through Playwright for automated navigation, form filling, and element interaction while maintaining persistent sessions and supporting manual intervention for sensitive tasks.
2 stars
0 tools
Created Aug 2025
@willer/willer-browser-operator-operatorAbout
Enables Claude to control web browsers through Playwright for automated navigation, form filling, and element interaction while maintaining persistent sessions and supporting manual intervention for sensitive tasks.
Categories
general
Installation
npm
npm install @willer/willer-browser-operator-operator
Configuration
{
"mcpServers": {
"willer-browser-operator-operator": {
"command": "npx",
"args": [
"-y",
"@willer/willer-browser-operator-operator"
]
}
}
}