MCP Chrome navigation: only one domain permission prompt per session
Resolved 💬 3 comments Opened Apr 4, 2026 by chart-design-lab Closed May 13, 2026
Bug Description
When using the Claude in Chrome MCP extension with navigate, only the first domain permission prompt appears per session. Subsequent navigations to different domains are silently blocked without showing a permission dialog.
Steps to Reproduce
- Start a new Claude Code session with Claude in Chrome MCP
- Use
tabs_context_mcpwithcreateIfEmpty: true - Navigate to a first domain (e.g.,
soumu.go.jp) → permission prompt appears, user approves, navigation succeeds - Navigate to a second domain (e.g.,
google.comorcity.tachikawa.lg.jp) → no permission prompt appears, immediately returns error:Navigation to this domain is not allowed - Creating a new tab and retrying does not help
Expected Behavior
A permission prompt should appear for each new domain the user has not yet approved.
Actual Behavior
Only the first domain gets a permission prompt. All subsequent domains are blocked without prompting.
Environment
- OS: Windows 11 Home 10.0.26200
- Claude Code: CLI
- MCP: Claude in Chrome
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗