Chrome extension not connecting on Windows (v2.1.32)
Resolved 💬 3 comments Opened Feb 6, 2026 by chriscrosstalk Closed Feb 9, 2026
Description
After updating Claude Code to v2.1.32, the Claude in Chrome extension no longer connects. The MCP server reports as reconnected via /mcp, but all browser automation tool calls (e.g., tabs_context_mcp) return "Browser extension is not connected."
This was previously working in Brave browser before the update.
Environment
- Claude Code version: 2.1.32
- Extension version: 1.0.45
- OS: Windows 11
- Browsers tested: Chrome (primary), Brave (previously worked)
Steps to Reproduce
- Update Claude Code to v2.1.32
- Install Claude in Chrome extension (v1.0.45) in Google Chrome
- Log into claude.ai in Chrome
- Create a "Claude" tab group in Chrome
- Run
/mcpin Claude Code — shows "Reconnected to claude-in-chrome" - Attempt any browser automation tool call (e.g.,
tabs_context_mcp) - Returns "Browser extension is not connected"
What I've Verified
All of these check out correctly:
- Registry:
HKCU\Software\Google\Chrome\NativeMessagingHosts\com.anthropic.claude_code_browser_extensionexists and points to correct manifest - Manifest JSON:
C:\Users\chris\AppData\Roaming\Claude Code\ChromeNativeHost\com.anthropic.claude_code_browser_extension.jsonexists with correct extension ID - Batch file:
C:\Users\chris\.claude\chrome\chrome-native-host.batexists and points to correct Node/CLI paths - Extension ID:
fcoeoabgfenejglbffodgkkbkcdhcgfnmatches in both manifestallowed_originsand installed extension - Claude Code version: 2.1.32 (above 2.0.73 minimum)
- Extension version: 1.0.45 (above 1.0.36 minimum)
Troubleshooting Attempted
- Restarted Chrome and Brave multiple times
- Uninstalled and reinstalled the extension
- Set Chrome as default browser
- Ran
/chrome→ "Reconnect extension" multiple times - Ran
/mcpto reconnect the MCP server multiple times - Verified logged into claude.ai with same account as Claude Code
Additional Context
- The extension was working in Brave prior to the v2.1.32 update
- The
/chrome"Reconnect extension" option initially opened tabs in Brave (default browser) instead of Chrome. After switching default browser to Chrome, it opened correctly in Chrome but still didn't resolve the connection issue. - The
superpowersskill also broke after the same update (had to disable it), suggesting possible broader issues with the 2.1.32 release on Windows.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗