Claude in Chrome extension not connecting to Claude Code CLI
Resolved 💬 3 comments Opened Jan 26, 2026 by NicMeg Closed Jan 30, 2026
Environment:
- Claude Code version: 2.1.19
- macOS: Darwin 25.1.0
- Chrome: Version 144
- Extension ID:
fcoeoabgfenejglbffodgkkbkcdhcgfn(installed in Profile 10)
Issue:
The Chrome extension shows "Browser extension is not connected" even though:
- Native messaging host exists at
~/.claude/chrome/chrome-native-host - Native messaging manifest is configured in
~/Library/Application Support/Google/Chrome/NativeMessagingHosts/com.anthropic.claude_code_browser_extension.json - The
--claude-in-chrome-mcpprocess is running (verified viaps aux) - Chrome has been fully restarted
- Extension page opens at
chrome-extension://fcoeoabgfenejglbffodgkkbkcdhcgfn/index.html
Steps tried:
- Restarted Chrome completely
- Verified extension is enabled
- Verified native host script is executable and points to correct Claude binary
- Multiple
tabs_context_mcpcalls all return "not connected"
Expected: Extension connects automatically when Claude Code is running with --chrome flag
Actual: Connection never establishes despite all components appearing to be in place
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗