Claude in Chrome: MCP tab groups persist and multiply across sessions
Resolved 💬 4 comments Opened Feb 7, 2026 by fayzrussell Closed Feb 10, 2026
Description
When using Claude Code with the Claude in Chrome browser extension, each new session creates a new tab group called "Claude (MCP)". These tab groups persist after the session ends and accumulate over time, cluttering the browser.
Steps to Reproduce
- Start a new Claude Code session
- Use any browser automation tool (e.g.,
tabs_context_mcpwithcreateIfEmpty: true) - A new "Claude (MCP)" tab group is created
- End the session or start a new one
- The tab group remains in Chrome
- Repeat - each new session creates another "Claude (MCP)" group
Expected Behavior
- Tab groups should be automatically cleaned up when the Claude Code session ends
- Or at minimum, empty tab groups should be removed automatically
- Alternatively, new sessions could reuse existing "Claude (MCP)" tab groups instead of creating new ones
Current Behavior
Multiple "Claude (MCP)" tab groups accumulate in Chrome, requiring manual cleanup by right-clicking and selecting "Close group".
Environment
- macOS Darwin 25.3.0
- Claude Code with Claude in Chrome extension
- Google Chrome
Suggested Solutions
- Auto-cleanup on session end: Remove the tab group when Claude Code disconnects
- Reuse existing groups: Check for existing "Claude (MCP)" groups before creating new ones
- Cleanup empty groups: Periodically remove tab groups with no tabs
---
🤖 Generated with Claude Code
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗