claude-code - 💡(How to fix) Fix [UI] MCP marketplace shows 'Install' button for already-installed servers

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…

The MCP marketplace panel in the Claude Code IDE sidebar always shows the "Install" button for every featured server, regardless of whether the user has already installed that server locally via `claude mcp add`.

This makes it visually impossible to tell at a glance which marketplace items are already set up and which are not.

Error Message

The marketplace UI is purely a static featured list and never reflects the local `claude mcp list` state. Clicking "Install" on something already installed produces a duplicate-name error.

Root Cause

The MCP marketplace panel in the Claude Code IDE sidebar always shows the "Install" button for every featured server, regardless of whether the user has already installed that server locally via `claude mcp add`.

This makes it visually impossible to tell at a glance which marketplace items are already set up and which are not.

RAW_BUFFERClick to expand / collapse

Description

The MCP marketplace panel in the Claude Code IDE sidebar always shows the "Install" button for every featured server, regardless of whether the user has already installed that server locally via `claude mcp add`.

This makes it visually impossible to tell at a glance which marketplace items are already set up and which are not.

Steps to reproduce

  1. Install an MCP server from the featured marketplace list via CLI: ```bash claude mcp add markitdown /path/to/markitdown-mcp claude mcp add context7 -- npx -y @upstash/context7-mcp ```
  2. Verify they are connected: ```bash claude mcp list

    markitdown: ... ✓ Connected

    context7: ... ✓ Connected

    ```
  3. Open the IDE sidebar → "MCP Servers" panel
  4. Observe: Markitdown and Context7 still show the blue "Install" button as if they were not installed.

Expected behavior

Already-installed servers should either:

  • Show "Installed" / "✓" instead of the Install button, or
  • Be visually de-emphasized (greyed out), or
  • Offer a "Configure" / "Remove" action instead of "Install"

Actual behavior

The marketplace UI is purely a static featured list and never reflects the local `claude mcp list` state. Clicking "Install" on something already installed produces a duplicate-name error.

Environment

  • Claude Code version: 2.1.132
  • OS: macOS 26.4.1 (Tahoe, ARM)
  • MCP servers configured locally: filesystem, firecrawl, markitdown, context7

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

Already-installed servers should either:

  • Show "Installed" / "✓" instead of the Install button, or
  • Be visually de-emphasized (greyed out), or
  • Offer a "Configure" / "Remove" action instead of "Install"

Still need to ship something?

×6

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

Back to top recommendations

TRENDING