Claude in Chrome extension stops connecting spontaneously — MCP shows connected but extension reports not connected
Resolved 💬 3 comments Opened Apr 12, 2026 by joaodeboni-max Closed Apr 12, 2026
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Description
The Claude in Chrome extension stops connecting to Claude Code spontaneously, with no clear trigger. Once broken, it cannot be recovered through standard troubleshooting.
What happened
- MCP shows
√ connectedforclaude-in-chrome - Every Chrome tool call returns: "A extensão ainda não está conectada"
- Session memory/conversation saving stopped at the same time
What I tried (none worked)
- Extension installed and enabled in chrome://extensions/
- Logged into claude.ai in Chrome with correct account
- Completely uninstalled and reinstalled the Chrome extension
- Removed and re-added claude-in-chrome entry in mcpServers
- Restarted Claude Code multiple times
- claudeInChromeDefaultEnabled: true was already set in settings.json
- Port 30900 confirmed listening (process: core) — MCP server running
- No firewall or port conflicts found
Environment
- OS: Windows 11 / PowerShell
- MCP server listening on 127.0.0.1:30900
What Should Happen?
Chrome extension should connect and stay connected reliably across sessions. If connection drops, there should be a recoverable path without full reinstall.
Error Messages/Logs
MCP status: √ connected
Error when using Chrome: "A extensão ainda não está conectada. Verifique: 1. Extensão instalada? 2. Extensão ativa? 3. Logado no claude.ai? 4. Reiniciou o Chrome?"
netstat output: TCP 127.0.0.1:30900 LISTENING (process: core)
Steps to Reproduce
- Set up Claude Code with claudeInChromeDefaultEnabled: true
- Use Chrome integration normally for some time
- Extension stops connecting spontaneously with no clear trigger
- Restarting Claude Code and reinstalling the extension does not fix it
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
2.1.104 (Claude Code)
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
Windows Terminal
Additional Information
Session memory/conversation saving also stopped working at the same time as the Chrome connection issue, suggesting possible Claude Code state corruption or a shared root cause.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗