byob
Eliminates the need for headless browser setup or browser automation libraries.
A local MCP server that lets Claude Code and other AI coding tools control the Chrome you already have open — with your logged-in sessions, cookies, and real-browser fingerprint intact, so it sees authenticated pages and passes bot detection. Setup builds a Chrome extension you load unpacked, then registers the MCP server with your AI tools; a curl install script automates the whole flow in about 5 minutes.
- Auto-fill and submit web forms using live browser session
- Scrape JavaScript-rendered content without headless setup
- Test multi-step user workflows directly in Chrome
Eliminates the need for headless browser setup or browser automation libraries. Claude can control your actual Chrome instance, reducing latency and infrastructure overhead.
Teams automating web interaction tasks that require real browser state, cookies, and JavaScript execution without maintaining separate browser infrastructure.
https://github.com/wxtsky/byob
By wxtsky
How to Get It
curl -fsSL https://raw.githubusercontent.com/wxtsky/byob/main/install.sh | bash
Tip: Paste this into a Claude Code conversation. Verify command matches your Claude Code version.
After installing, paste this into Claude:
Help me auto-fill and submit web forms using live browser session
Trust Signals Auto-scanned
Community Pulse New
No community discussions found yet. This doesn't mean the tool isn't good — it may be new or serve a niche use case.
Reviewer notes
Auto-scanned review. These are observations, not a security certification.
catalog_hygiene stale-eval refresh: Scored from trust signals (evidence-eval-v1): 131 GitHub stars; 2 contributors; last commit 19d ago; license MIT.
Things to check
- Setup requires loading an unpacked Chrome extension in developer mode and fully quitting/restarting Chrome (Chrome only reads the Native Messaging config at startup). The browser_eval tool is disabled by default (enable with BYOB_ALLOW_EVAL=1). Because the agent drives your real logged-in browser — including session cookies — grant access carefully.
How to evaluate tools before deploying →
Data shown here comes from public APIs and automated scanning. Reviewer notes reflect one person's experience. This is not a security certification or legal recommendation. Always evaluate tools according to your own organization's policies.
Evaluation
catalog_hygiene stale-eval refresh: Scored from trust signals (evidence-eval-v1): 131 GitHub stars; 2 contributors; last commit 19d ago; license MIT.