Chrome MCP bridge: all tab actions fail with "tab no longer exists" on Windows
Resolved 💬 3 comments Opened Apr 9, 2026 by bozhidar94 Closed Apr 9, 2026
Environment
- OS: Windows 11 Pro (10.0.26200)
- Claude app: Claude Desktop App
- Claude in Chrome extension: v1.0.66
- Browser: Google Chrome (latest)
Issue
tabs_context_mcp works correctly — creates tab groups and returns tab IDs. However, all subsequent tool calls on those tabs (navigate, get_page_text, screenshot, computer) immediately fail with:
Tab [id] no longer exists. Call tabs_context_mcp to get current tabs.
The tab is visibly still open in Chrome. navigate sometimes succeeds on the first call, but any follow-up call on the same tab ID fails. No permission prompts appear. No errors in the extension error log.
Steps to reproduce
- Call
tabs_context_mcpwithcreateIfEmpty: true— succeeds, returns tab ID and group ID - Call
navigatewith returned tab ID — sometimes succeeds - Call any other tool (
screenshot,get_page_text,computer,read_page) on same tab ID — fails with "tab no longer exists" - Call
tabs_context_mcpagain — succeeds, often returns the same tab (still alive) - Call any action tool again — fails again
Troubleshooting attempted
- Verified native messaging host config exists at
%APPDATA%\Claude\ChromeNativeHost\com.anthropic.claude_browser_extension.json - Verified registry key
HKCU\Software\Google\Chrome\NativeMessagingHosts\com.anthropic.claude_browser_extensionpoints correctly chrome-native-host.exeexists and runs- Killed and restarted
chrome-native-host.exe - Extension has "On all sites" access and "Allow access to file URLs" enabled
- Updated both extension and desktop app
- Deleted all tab groups and retried
- Tested with multiple URLs (google.com, keepa.com, shopogolic.net)
- Restarted Chrome completely
- Issue is consistent and 100% reproducible
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗