B
Browser MCP
by @zenkiet
MCP server for browser-driven automation using Playwright via HTTP/SSE MCP
Created 4/25/2026
Updated about 5 hours ago
README
Repository documentation and setup instructions
Browser MCP
MCP server for browser-driven automation using Playwright via HTTP/SSE MCP
Requirements
- Python 3.11+
- Docker (recommended for runtime parity)
Configure environment
Copy template:
cp env.example .env
Run locally
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python main.py
Run with Docker
docker compose up --build
The service listens on port 8000 in the container.
Documentation
Docs are published via GitHub Pages using MkDocs.
Source files live in docs/.
Changelog
See CHANGELOG.md.
Quick Setup
Installation guide for this server
Install Package (if required)
uvx browser-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"zenkiet-browser-mcp": {
"command": "uvx",
"args": [
"browser-mcp"
]
}
}
}