claude-in-chrome MCP: Tab group lifecycle causes broken reconnection or accumulating orphaned groups
Resolved 💬 3 comments Opened Mar 16, 2026 by atulmahankal-leapswitch Closed Mar 19, 2026
Description
The claude-in-chrome MCP extension has a tab group lifecycle issue that forces users into one of two bad outcomes:
Steps to Reproduce
Scenario A — Broken reconnection
- Claude Code connects to Chrome via
claude-in-chromeMCP, which opens a new window with a tab group - Close the tab inside the group
- Chrome prompts to delete the group — confirm deletion
- Next time Claude Code tries to connect, the extension never reconnects
- Only fix: Uninstall and reinstall the plugin, then reconnect
Scenario B — Accumulating orphaned groups
- Claude Code connects to Chrome, creating a new window with a tab group
- Instead of closing the tab, close the entire window (to avoid Scenario A)
- Next connection creates another new group in the bookmark bar
- Over time, the bookmark bar fills with orphaned/empty tab groups
Expected Behavior
- Closing a tab or window from a previous session should not permanently break reconnection
- New sessions should reuse or clean up old groups instead of creating new ones
- There should be a clean way to end a browser session without side effects
Environment
- OS: Linux (Ubuntu)
- Claude Code: latest
- Chrome: latest stable
- Extension: claude-in-chrome (latest from MCP)
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗