Chrome extension to let agents control your browser. Runs Playwright snippets in a stateful sandbox. Available as CLI or MCP
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"playwriter": {
"command": "npx",
"args": [
"-y",
"remorses/playwriter"
]
}
}
}
Run in terminal:
claude mcp add playwriter npx -y remorses/playwriter
Add to .cursor/mcp.json:
{
"mcpServers": {
"playwriter": {
"command": "npx",
"args": [
"-y",
"remorses/playwriter"
]
}
}
}