Claude in Chrome: 18 of 20 MCP tools blocked by enabledMcpTools despite connector being enabled
Resolved 💬 4 comments Opened Mar 25, 2026 by full999 Closed Mar 29, 2026
Description
After reinstalling both Claude Code (v2.1.44) and the Claude in Chrome extension (v1.0.63), only 2 out of 20 Claude in Chrome MCP tools are available: tabs_close_mcp and file_upload. The remaining 18 tools (including read_page, navigate, click, find, javascript_tool, etc.) are blocked.
Root Cause Analysis
The enabledMcpTools field in session JSON files (AppData/Roaming/Claude/claude-code-sessions/) has all 18 Chrome tools set to false:
"local:Claude in Chrome:read_page": false,
"local:Claude in Chrome:navigate": false,
"local:Claude in Chrome:find": false,
// ... all 18 tools = false
tabs_close_mcp and file_upload work because they are not listed in enabledMcpTools at all (unlisted = no filter = works).
What we verified
- Native Messaging Host: registry entry exists,
chrome-native-host.exepresent and functional - Chrome extension permissions: all correct (nativeMessaging, debugger, tabs, scripting,
<all_urls>) - Extension ID matches
allowed_originsin native host manifest main.logshowsreplaceEnabledMcpTools: toolCount=23— the app recognizes all 23 tools- Claude in Chrome connector is enabled in Desktop app settings
- Toggling the connector off/on does not change
enabledMcpToolsvalues
What we tried (all failed)
- Setting all Chrome tools to
truein session JSON files — Desktop app overwrites them back tofalse - Deleting Chrome tool entries from
enabledMcpToolsentirely — tools still blocked (filtering happens in-memory, not from files) - Reinstalling Chrome extension
- Reinstalling Claude Code
- Toggling Claude in Chrome connector off then on
Expected Behavior
All Claude in Chrome MCP tools should be enabled when the connector is set to "enabled" in settings.
Environment
- OS: Windows 11 Pro 10.0.26200
- Claude Code: v2.1.44
- Claude in Chrome extension: v1.0.63
- Chrome Profile: Profile 1
- Extension ID: fcoeoabgfenejglbffodgkkbkcdhcgfn
- Plan: Claude Max 20x
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗