claude-in-chrome extension fails to connect — 'Browser extension is not connected'
Resolved 💬 6 comments Opened Mar 19, 2026 by guac395 Closed Mar 22, 2026
Description
The claude-in-chrome MCP tools cannot connect to the browser extension. Every call to tabs_context_mcp returns "Browser extension is not connected" despite the extension being installed and active in Chrome.
Steps to reproduce
- Install the Claude browser extension from chrome://extensions
- Open Chrome with the extension enabled
- Log into claude.ai
- Start Claude Code CLI
- Run
/chromeand click "Reconnect extension" — Chrome opens briefly, does something, then closes - Attempt to use any
mcp__claude-in-chrome__*tool (e.g.tabs_context_mcp) - Get error: "Browser extension is not connected"
Expected behavior
The extension should connect and return tab context.
Actual behavior
Connection never establishes. Repeated /chrome reconnect attempts don't resolve it.
Environment
- Claude Code: 2.1.79
- macOS: 26.1 (Build 25B78)
- Platform: darwin (Apple Silicon)
- Shell: zsh
Additional context
- The Claude chat extension works fine for sending prompts in Chrome
/chromeshows a "Reconnect extension" button which triggers Chrome to open briefly but doesn't fix the issue- Fully quitting and reopening Chrome did not help
- Restarting Claude Code did not help
This issue has 6 comments on GitHub. Read the full discussion on GitHub ↗