WEB Signal 518
NeoBrowser MCP server drives real Chrome with logged-in user sessions to bypass bot detection
NeoBrowser is a Rust-based MCP server that controls a real Chrome instance using a user’s logged-in profile to avoid bot checks and authentication walls.
For engineers automating web interactions, NeoBrowser eliminates the friction of bot detection and login barriers by reusing real user sessions. This reduces failure rates in workflows that depend on authenticated access, but it requires Chrome and may still hand off interactive challenges like CAPTCHAs to a human.
Written by elseif from the cluster below · every claim links back to a sourceThe three things worth knowing
NeoBrowser reuses a user’s actual Chrome profile and logged-in sessions, avoiding bot checks and login prompts.
It detects interactive challenges (e.g., CAPTCHAs) and hands control back to a human or real session path.
A single static Rust binary with no runtime dependencies, but requires Google Chrome or Chromium to function.
THE CLUSTER