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
/chrome and 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
/chrome shows 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
Description
The claude-in-chrome MCP tools cannot connect to the browser extension. Every call to
tabs_context_mcpreturns "Browser extension is not connected" despite the extension being installed and active in Chrome.Steps to reproduce
/chromeand click "Reconnect extension" — Chrome opens briefly, does something, then closesmcp__claude-in-chrome__*tool (e.g.tabs_context_mcp)Expected behavior
The extension should connect and return tab context.
Actual behavior
Connection never establishes. Repeated
/chromereconnect attempts don't resolve it.Environment
Additional context
/chromeshows a "Reconnect extension" button which triggers Chrome to open briefly but doesn't fix the issue