claude-code - 💡(How to fix) Fix MCP server status not visible in Claude Desktop [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#48876Fetched 2026-04-16 06:48:32
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Timeline (top)
labeled ×4commented ×1

There is no way to check MCP server status in the Claude Desktop app. The /mcp slash command works in Claude Code CLI but does not appear to work in the Desktop experience.

Root Cause

There is no way to check MCP server status in the Claude Desktop app. The /mcp slash command works in Claude Code CLI but does not appear to work in the Desktop experience.

RAW_BUFFERClick to expand / collapse

Description

There is no way to check MCP server status in the Claude Desktop app. The /mcp slash command works in Claude Code CLI but does not appear to work in the Desktop experience.

Context

We manage MCP server configs across repos via .mcp.json (synced by an internal CLI tool). In the terminal, /mcp lets us quickly confirm which servers are connected and which have errors. In Desktop, there's no equivalent -- no slash command, no settings panel, and no other visible indicator of MCP server health.

Expected behavior

  • /mcp (or equivalent) should show connected MCP servers and their status in Desktop
  • Ideally a UI element in settings or a status indicator so users can confirm their project's MCP servers loaded correctly

Steps to reproduce

  1. Open Claude Desktop on a project with a .mcp.json defining MCP servers
  2. Try /mcp in the prompt -- not recognized
  3. No other way to confirm servers are connected or diagnose connection failures

Environment

  • Claude Desktop on macOS
  • .mcp.json present in project root with managed MCP server definitions

extent analysis

TL;DR

The issue can be addressed by implementing the /mcp slash command or an equivalent UI element in the Claude Desktop app to display MCP server status.

Guidance

  • Investigate the difference in command handling between Claude Code CLI and Claude Desktop to understand why /mcp is not recognized in the Desktop app.
  • Consider adding a UI element, such as a settings panel or status indicator, to display MCP server health in the Desktop experience.
  • Review the internal CLI tool that syncs .mcp.json files to ensure it is properly configured and functioning as expected.
  • Explore the possibility of integrating the /mcp command functionality from the CLI into the Desktop app.

Example

No code example is provided due to the lack of specific technical details about the implementation of the /mcp command or the internal CLI tool.

Notes

The solution may require modifications to the Claude Desktop app's codebase and potentially the internal CLI tool. The exact implementation details are not provided, so a more detailed analysis of the code and system architecture is necessary to determine the best approach.

Recommendation

Apply a workaround by implementing a UI element or settings panel in the Claude Desktop app to display MCP server status, as this seems to be a missing feature rather than a bug that can be fixed by upgrading to a specific version.

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…

FAQ

Expected behavior

  • /mcp (or equivalent) should show connected MCP servers and their status in Desktop
  • Ideally a UI element in settings or a status indicator so users can confirm their project's MCP servers loaded correctly

Still need to ship something?

×6

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

Back to top recommendations

TRENDING