claude-code - 💡(How to fix) Fix claude-in-chrome: Browser extension not connecting despite correct native messaging host setup [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#58899Fetched 2026-05-14 03:36:37
View on GitHub
Comments
0
Participants
1
Timeline
5
Reactions
0
Author
Participants
Timeline (top)
labeled ×5
RAW_BUFFERClick to expand / collapse

Bug Report

Claude Code version: 2.1.141 OS: macOS 14.6.0 Chrome extension ID: fcoeoabgfenejglbffodgkkbkcdhcgfn

What's happening

The mcp__claude-in-chrome__tabs_context_mcp tool consistently returns "Browser extension is not connected" even though:

  • Extension is installed and logged in with the correct account
  • Native messaging host manifest is correctly installed at ~/Library/Application Support/Google/Chrome/NativeMessagingHosts/com.anthropic.claude_code_browser_extension.json
  • The manifest points to the correct binary at /Users/<user>/.claude/chrome/chrome-native-host
  • The binary /usr/local/lib/node_modules/@anthropic-ai/claude-code/bin/claude.exe exists and is executable

Additional context

claude mcp list only shows Supabase and Playwright — claude-in-chrome does not appear in the list at all.

There are two native messaging host manifests registered for the same extension ID:

  • com.anthropic.claude_browser_extension → Claude Desktop app
  • com.anthropic.claude_code_browser_extension → Claude Code

Both list the same extension ID (fcoeoabgfenejglbffodgkkbkcdhcgfn) in allowed_origins. Possible conflict.

Steps tried

  • Restarted Chrome
  • Verified logged into claude.ai with same account
  • Quit Claude Desktop app
  • Verified extension is enabled in chrome://extensions

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING