Content
# 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:
```bash
cp env.example .env
```
## Run locally
```bash
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python main.py
```
## Run with Docker
```bash
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`.
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
cc-switch
All-in-One Assistant for Claude Code, Codex & Gemini CLI across platforms.
servers
Model Context Protocol Servers
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.