claude-code - 💡(How to fix) Fix [Bug] MCP Server Connection Status Not Reflecting After Chrome MCP Connection [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#54269Fetched 2026-04-29 06:31:48
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Author
Timeline (top)
labeled ×4commented ×1

Error Message

[{"error":"Error: Claude Code web sessions require authentication with a Claude.ai account. API key authentication is not sufficient. Please run /login to authenticate, or check your authentication status with /status.\n at Ow (/$bunfs/root/src/entrypoints/cli.js:2647:1850)\n at async MX5 (/$bunfs/root/src/entrypoints/cli.js:3111:14629)\n at async iM7 (/$bunfs/root/src/entrypoints/cli.js:3111:15265)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-04-28T10:56:25.216Z"}]

Code Example

[{"error":"Error: Claude Code web sessions require authentication with a Claude.ai account. API key authentication is not sufficient. Please run /login to authenticate, or check your authentication status with /status.\n    at Ow (/$bunfs/root/src/entrypoints/cli.js:2647:1850)\n    at async MX5 (/$bunfs/root/src/entrypoints/cli.js:3111:14629)\n    at async iM7 (/$bunfs/root/src/entrypoints/cli.js:3111:15265)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-28T10:56:25.216Z"}]
RAW_BUFFERClick to expand / collapse

Bug Description I think I've connected to Chrome MCP, but it says no MCP connected

Environment Info

  • Platform: darwin
  • Terminal: Apple_Terminal
  • Version: 2.1.121
  • Feedback ID: 7d7cf98e-5e5f-411b-9c8d-ae51333f4354

Errors

[{"error":"Error: Claude Code web sessions require authentication with a Claude.ai account. API key authentication is not sufficient. Please run /login to authenticate, or check your authentication status with /status.\n    at Ow (/$bunfs/root/src/entrypoints/cli.js:2647:1850)\n    at async MX5 (/$bunfs/root/src/entrypoints/cli.js:3111:14629)\n    at async iM7 (/$bunfs/root/src/entrypoints/cli.js:3111:15265)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-28T10:56:25.216Z"}]

extent analysis

TL;DR

Run the /login command to authenticate with a Claude.ai account, as API key authentication is not sufficient for Claude Code web sessions.

Guidance

  • The error message indicates that authentication with a Claude.ai account is required, suggesting that the current authentication method (API key) is not enough.
  • Check the authentication status using the /status command to verify the current authentication state.
  • Run the /login command to authenticate with a Claude.ai account, which should resolve the "no MCP connected" issue.
  • Ensure that the correct credentials are used during the login process to avoid further authentication errors.

Notes

The provided error message and environment information suggest that the issue is related to authentication, but the exact details of the MCP connection process are not specified.

Recommendation

Apply workaround: Run the /login command to authenticate with a Claude.ai account, as this is explicitly mentioned in the error message as the required step to resolve the authentication issue.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING