CoolFace
Apppublic

krishnaamarneni/browser-use

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
App README

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 agentic browse tool. Without it, web_search + extract_page still work.

Endpoints: POST / (MCP), GET /healthz (liveness), GET /ready (readiness).

This folder is a template. Copy the sidecar's Dockerfile, server.py, and requirements.txt (from browser-use-service/) next to this README in the Space repo. See deploy/hf-spaces/INSTRUCTIONS.md.