[BUG] claude mcp list does not display user-scoped servers
Resolved 💬 3 comments Opened Mar 17, 2026 by shrgandhi Closed Mar 20, 2026
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
claude mcp list does not display user-scoped servers
Expected: claude mcp list should show servers from all scopes (local, user), or at minimum accept a --scope flag to filter by scope
What Should Happen?
Actual: claude mcp list only shows local-scoped servers. User-scoped servers are confirmed to exist (add rejects duplicates) but are invisible in list output
Error Messages/Logs
Steps to Reproduce
- claude mcp add --transport http --scope user MyServer https://example.com/mcp → succeeds, outputs "Added... to user config"
- claude mcp list → shows "No MCP servers configured"
- Try adding again: claude mcp add --transport http --scope user MyServer https://example.com/mcp → outputs "MCP server MyServer already exists in user config"
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
2.1.76
Claude Code Version
2.1.77
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Terminal.app (macOS)
Additional Information
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗