krishnaamarneni/browser-use
0
Browser Use Sidecar (Personal OS)
Browser Use + Playwright MCP sidecar for Personal OS. Read-only search / JS render / interactive browsing (web_search, extract_page, browse) over MCP JSON-RPC.
Deployed as a Hugging Face Docker Space. The container listens on port 8089 (declared via app_port above). Set these Space secrets (Settings → Variables and secrets):
BROWSER_USE_TOKEN(required) — bearer token clients must send.OPENAI_API_KEY(optional) — enables the agenticbrowsetool. Without it,web_search+extract_pagestill work.
Endpoints: POST / (MCP), GET /healthz (liveness), GET /ready (readiness).
This folder is a template. Copy the sidecar'sDockerfile,server.py, andrequirements.txt(frombrowser-use-service/) next to this README in the Space repo. Seedeploy/hf-spaces/INSTRUCTIONS.md.
