claude-in-chrome: "Multiple extensions connected" error is unrecoverable without manual intervention
Resolved 💬 3 comments Opened May 7, 2026 by kogi57 Closed May 10, 2026
Summary
When multiple Macs have the Claude Chrome extension installed and connected simultaneously, all browser automation tools fail with an unrecoverable error.
Error message
"Multiple Chrome extensions connected. Open the Claude extension in the browser you want to use and click 'Connect'."
Problems
switch_browserdoes not resolve it — returns"No other browsers available to switch to"even when multiple Macs are connected- Reconnecting the extension on the target browser does NOT clear the error — the conflict persists after clicking "Connect" again
- No programmatic way to disconnect other instances — requires physically locating other Macs and disabling the extension there
- Entire browser automation session is blocked — once triggered, no browser tools work at all until manually resolved
Steps to reproduce
- Install Claude Chrome extension on 2+ Macs and leave them running
- Start a Claude Code session and use browser automation tools
- Observe the "Multiple Chrome extensions connected" error
- Try
switch_browser— fails with "No other browsers available" - Try clicking "Connect" on the target Mac's extension — error persists
Expected behavior
switch_browsershould be able to force-connect to the most recently active extension and disconnect others- Or provide a
disconnect_all/force_connectcommand so Claude can resolve the conflict without user intervention - At minimum, reconnecting on the target browser should reliably clear the conflict
Environment
- macOS (multiple machines: Mac mini M1 + MacBook Pro M5 Pro)
- Claude Code CLI
- Claude Chrome extension (claude-in-chrome)
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗