[BUG] Claude mcp get returns not found

Resolved 💬 2 comments Opened Apr 19, 2026 by hughjafro Closed Jun 26, 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 get claude.ai Canva returns "not found" despite claude mcp list showing that exact name.

It looks like the mcp get command has a parsing bug where server names with spaces aren't handled correctly — it splits on the space and only uses the first word.

What Should Happen?

Claude should return details for the Canva server

Error Messages/Logs

Error: Exit code 1                                                                                                      
     No MCP server found with name: "claude.ai Canva". Configured servers: claude.ai Canva, claude.ai Gmail, claude.ai Google
      Calendar, claude.ai Google Drive, claude.ai Notion, claude.ai Supabase, plugin:vercel:vercel

Steps to Reproduce

  1. Run claude mcp list — note a server named claude.ai Canva is listed as connected
  2. Run claude mcp get "claude.ai Canva" — returns error: No MCP server found with name: "claude.ai Canva"
  3. Run claude mcp get plugin:vercel:vercel (no spaces) — same error despite being listed

Expected: mcp get returns server details for any name shown by mcp list
Actual: mcp get fails for all server names regardless of quoting

Claude Model

Sonnet (default)

Is this a regression?

Yes, this worked in a previous version

Last Working Version

_No response_

Claude Code Version

2.1.114

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

_No response_

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗