botbrowser-mcp
v0.1.6
Published
Multi-instance browser automation MCP server with profile and account management
Maintainers
Readme
botbrowser-mcp
A wrapper around @playwright/mcp.
Installation
npm install -g botbrowser-mcpUsage
Add to your MCP client configuration (e.g., Claude Desktop config):
{
"mcpServers": {
"botbrowser": {
"command": "botbrowser-mcp"
}
}
}Or use with npx (no installation needed):
{
"mcpServers": {
"botbrowser": {
"command": "npx",
"args": ["-y", "botbrowser-mcp"]
}
}
}Troubleshooting
If you get "Connection closed" error:
- Make sure you're using the latest version:
npm install -g botbrowser-mcp@latest - Try with full path:
"command": "/usr/local/bin/botbrowser-mcp" - Check Node.js is installed:
node --version
License
Apache-2.0
