claude-code - 💡(How to fix) Fix No way to remove/hide unconnected claudeai-scope MCP connectors [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#45182Fetched 2026-04-09 08:11:23
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Timeline (top)
labeled ×3commented ×1cross-referenced ×1

There is no way to remove or hide the built-in "Not connected" connectors (Asana, Atlassian, Box, Canva, HubSpot, Intercom, Krisp, Linear, Microsoft 365, Miro, monday.com, Notion) from the Connectors panel.

Error Message

claude mcp remove "claude.ai Linear"

Error: Cannot remove MCP server from scope: claudeai

Root Cause

There is no way to remove or hide the built-in "Not connected" connectors (Asana, Atlassian, Box, Canva, HubSpot, Intercom, Krisp, Linear, Microsoft 365, Miro, monday.com, Notion) from the Connectors panel.

Code Example

claude mcp remove "claude.ai Linear"
# Error: Cannot remove MCP server from scope: claudeai
RAW_BUFFERClick to expand / collapse

Summary

There is no way to remove or hide the built-in "Not connected" connectors (Asana, Atlassian, Box, Canva, HubSpot, Intercom, Krisp, Linear, Microsoft 365, Miro, monday.com, Notion) from the Connectors panel.

Expected behavior

Users should be able to remove or hide connectors they have no intention of using, to keep the list clean and avoid noise.

Actual behavior

  • The Connectors UI (claude.ai desktop app) shows only a Connect button for unconnected integrations — no remove/hide/dismiss option.
  • claude mcp remove "<name>" explicitly blocks removal with: Cannot remove MCP server from scope: claudeai
  • These connectors are fetched server-side and synced into the claudeai scope, which the CLI treats as read-only.

Steps to reproduce

  1. Open Claude Code desktop app → Connectors panel
  2. Click any "Not connected" connector (e.g. Linear)
  3. Observe: only a "Connect" button is shown, no way to remove

OR run:

claude mcp remove "claude.ai Linear"
# Error: Cannot remove MCP server from scope: claudeai

Impact

  • Clutters the Connectors panel with services the user will never use
  • These connectors also appear as deferred tools in every session, adding noise to the system context

Request

  • Add a Remove or Hide option per connector in the UI
  • OR allow claude mcp remove to work for claudeai-scoped servers

extent analysis

TL;DR

The most likely fix is to modify the claude mcp remove command to allow removal of connectors from the claudeai scope or add a "Remove" or "Hide" option in the Connectors UI.

Guidance

  • Investigate modifying the claude mcp remove command to bypass the read-only restriction for the claudeai scope.
  • Consider adding a "Remove" or "Hide" option in the Connectors UI for each connector, allowing users to customize their view.
  • Verify the connectors are indeed fetched server-side and synced into the claudeai scope to understand the root cause of the restriction.
  • Evaluate the impact of removing or hiding connectors on the system context and deferred tools.

Example

No code snippet is provided as it is not clearly supported by the issue.

Notes

The solution may require changes to the claudeai server-side implementation or the claude mcp command. The exact implementation details are not provided in the issue.

Recommendation

Apply a workaround by adding a feature request to modify the Connectors UI to include a "Remove" or "Hide" option, as this seems to be a more feasible solution given the current restrictions on the claude mcp remove command.

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

Users should be able to remove or hide connectors they have no intention of using, to keep the list clean and avoid noise.

Still need to ship something?

×6

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

Back to top recommendations

TRENDING