-
Notifications
You must be signed in to change notification settings - Fork 703
Description
Is your feature request related to a problem? Please describe.
As a user, I want to be able to connect to an existing Chrome session in an opened browser with zero configuration work.
Describe the solution you'd like
I would like to issue a command to the agent, such as navigate to http://localhost
and the tooling would take over the open session. A security confirmation prompt is of course necessary.
Describe alternatives you've considered
This already works quite well with Playwright MCP. I have tried to configure it using browserUrl
following this description: https://github.com/chromeDevTools/chrome-devtools-mcp/#configuration
However, I could not figure out how to connect to my opened session. I would appreciate at least a step by step description how to do it. Ideally without maintaining two browser windows just to cater for this process.
Additional context
Opening a new window requires repeated login and the session details are lost each time. The browser opened by the MCP tool does not have saved login information in the session or in the user settings. This is cumbersome if you are working on an authenticated app. I would like to be able to hop on and off to this automated instrumentation as needed. Sometimes. it's easier to prompt the browser and sometimes it's faster to do it manually. I want to have the freedom to switch as needed within one session.