What problem does it solve?
It eliminates the friction of re-authenticating and re-creating browser state when an LLM needs to interact with a website, because it can directly connect to your already-open, already-logged-in Chrome tabs.
Core Features & Use Cases
- Preserves session state (cookies & logins): reuse an existing browser session so authenticated sites can be scanned and acted on without transferring credentials.
- LLM-friendly page understanding: scan the current page by extracting simplified HTML/text with reduced token noise.
- Real interactions across navigation and tabs: list tabs, switch tabs, wait for dynamic content, execute JavaScript with CSP fallbacks, navigate, and capture screenshots.
- Use case: you have an analytics dashboard open in an authenticated tab and want the agent to read specific metrics, wait for them to render, and produce a screenshot or extracted values.
Quick Start
Start the CDP Bridge MCP server, then ask the agent to list your open browser tabs using the browser_get_tabs tool.