GitHub Stars
727
User Rating
Not Rated
Favorites
0
Views
32
Forks
99
Issues
13
Installation
Difficulty
BeginnerEstimated Time
5-10 minutes
Installation
Installation
Prerequisites
uv: Fast Python package manager
Playwright: Browser automation tool
mcp-proxy: Required for stdio mode
Installation Steps
1. Install Prerequisites
bash
curl -LsSf https://astral.sh/uv/install.sh | sh
uv tool install mcp-proxy
uv tool update-shell
2. Install Dependencies
bash
uv sync
uv pip install playwright
uv run playwright install --with-deps --no-shell chromium