Claude in Chrome extension not connecting on Windows 10 despite correct NativeMessagingHosts configuration
Resolved 💬 3 comments Opened Jan 30, 2026 by Ivetta-Luis-Alberto-114588 Closed Feb 2, 2026
Bug Description
The Claude in Chrome browser extension (v1.0.40) is installed and enabled, but Claude Code CLI cannot connect to it. The tabs_context_mcp tool consistently returns "Browser extension is not connected".
Environment
- OS: Windows 10 (MSYS_NT-10.0-19045)
- Claude Code CLI version: 2.1.23
- Chrome Extension version: 1.0.40
- Claude Desktop: NOT installed (no conflict)
What I tried
- ✅ Extension is installed and enabled in Chrome
- ✅ Created
NativeMessagingHosts/com.anthropic.claude_browser_extension.jsonin Chrome User Data folder - ✅ Added Windows Registry entry at
HKCU\Software\Google\Chrome\NativeMessagingHosts\com.anthropic.claude_browser_extension - ✅ Verified
~/.claude/chrome/chrome-native-host.batexists and points to correct claude.exe - ✅ Restarted Chrome multiple times
- ✅ Opened Claude side panel in Chrome
- ✅ Tested native host directly - it initializes correctly and creates pipe:
\.\pipe\claude-mcp-browser-bridge-Usuario
NativeMessagingHosts JSON content
{
"name": "com.anthropic.claude_browser_extension",
"description": "Claude Code Browser Extension Native Host",
"path": "C:\Users\Usuario\.claude\chrome\chrome-native-host.bat",
"type": "stdio",
"allowed_origins": [
"chrome-extension://fcoeoabgfenejglbffodgkkbkcdhcgfn/"
]
}
Native host test output
[Claude Chrome Native Host] Initializing...
[Claude Chrome Native Host] Creating socket listener: \.\pipe\claude-mcp-browser-bridge-Usuario
Bun v1.3.5 (1e86cebd) Windows x64 (baseline)
Expected behavior
Claude Code CLI should be able to connect to the Chrome extension and control browser tabs.
Actual behavior
Every MCP tool call returns: "Browser extension is not connected. Please ensure the Claude browser extension is installed and running"
Additional context
- Chrome has 2 user profiles configured
- The extension works on its own (side panel opens, shows Haiku 4.5)
- The connection between CLI and extension never establishes
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗