← All stories
● Covered by 1 source · 1 reportLow impact1 neutral

NeoBrowser is an MCP server for AI models to use real Chrome with logged-in sessions

🔄 Updated 1h ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • NeoBrowser drives real Google Chrome with logged-in sessions.
  • It passes bot detection tests like bot.sannysoft with a genuine fingerprint.
  • It detects interactive challenges like reCAPTCHA and hands control back.
  • The server is a single ~4 MB static binary written in Rust.

Real Chrome Interaction for AI

NeoBrowser functions as an MCP (Multi-Control Protocol) server, enabling AI models to control a live instance of Google Chrome. This allows AI to interact with web pages using actual logged-in user sessions, which helps in navigating websites that typically block automated access.

Bypassing Bot Detection

Unlike standard headless browsers that often lack cookies and present easily detectable fingerprints, NeoBrowser utilizes real Chrome profiles. This method allows the AI to appear as a legitimate user, successfully passing bot detection mechanisms and avoiding login walls, as demonstrated by its ability to pass tests like bot.sannysoft.

Handling Interactive Challenges

NeoBrowser is designed to detect interactive web challenges such as reCAPTCHA or Turnstile. When such a challenge is encountered, it hands control back, allowing for a human or real-session intervention, which contributes to its reliability in web automation tasks.

Technical Implementation

The server is implemented in Rust, resulting in a compact, single ~4 MB static binary that does not require additional runtime installations. It supports macOS, Linux, and Windows, and automatically discovers Chrome installations, with an option for manual path specification.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~32 min · 27 stories · Aug 18

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

NeoBrowser is a new MCP server that allows AI models to interact with websites using a real Google Chrome browser and existing logged-in user sessions. This approach helps AI models bypass bot detection and login walls by appearing as a genuine user, unlike typical headless browser solutions.