claude-code - 💡(How to fix) Fix claude-in-chrome: "Multiple extensions connected" error is unrecoverable without manual intervention [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#56878Fetched 2026-05-07 03:43:02
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Author
Timeline (top)
labeled ×4commented ×1

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'."

Root Cause

When multiple Macs have the Claude Chrome extension installed and connected simultaneously, all browser automation tools fail with an unrecoverable error.

RAW_BUFFERClick to expand / collapse

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

  1. switch_browser does not resolve it — returns "No other browsers available to switch to" even when multiple Macs are connected
  2. Reconnecting the extension on the target browser does NOT clear the error — the conflict persists after clicking "Connect" again
  3. No programmatic way to disconnect other instances — requires physically locating other Macs and disabling the extension there
  4. Entire browser automation session is blocked — once triggered, no browser tools work at all until manually resolved

Steps to reproduce

  1. Install Claude Chrome extension on 2+ Macs and leave them running
  2. Start a Claude Code session and use browser automation tools
  3. Observe the "Multiple Chrome extensions connected" error
  4. Try switch_browser — fails with "No other browsers available"
  5. Try clicking "Connect" on the target Mac's extension — error persists

Expected behavior

  • switch_browser should be able to force-connect to the most recently active extension and disconnect others
  • Or provide a disconnect_all / force_connect command 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)

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

  • switch_browser should be able to force-connect to the most recently active extension and disconnect others
  • Or provide a disconnect_all / force_connect command so Claude can resolve the conflict without user intervention
  • At minimum, reconnecting on the target browser should reliably clear the conflict

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix claude-in-chrome: "Multiple extensions connected" error is unrecoverable without manual intervention [1 comments, 2 participants]