DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.
A new command has been added to seamlessly import MCP server configurations from Claude Desktop:
claude mcp add-from-claude-desktop
This command:
Automatically detects Claude Desktop installations on macOS and WSL
Presents an interactive multi-select interface to choose which servers to import
Handles naming conflicts by adding numbered suffixes when servers with the same name already exist
Shows visual indicators for servers that already exist in your configuration
Example interaction:
┌─ Import MCP Servers from Claude Desktop ─────────────────────┐
│ Import MCP Servers from Claude Desktop │
│ Found 3 MCP servers in Claude Desktop. │
│ Note: Some servers already exist with the same name. │
│ Please select the servers you want to import: │
│ │
│ > [✓] filesystem-server │
│ [ ] github-server (already exists) │
│ [✓] postgres-server │
└───────────────────────────────────────────────────────────────┘
Space to select · Enter to confirm · Esc to cancel
Add MCP Servers as JSON Strings
You can now add MCP servers directly using JSON configuration:
claude mcp add-json <name> <json>
This allows you to quickly configure servers by passing their JSON configuration directly on the command line.
Added new utility class Ch for structured tool errors
Enhanced multi-select component for better user interaction
Improved token counting accuracy for API request management
Better handling of WSL environments for cross-platform compatibility
Verbatim
Official · Anthropic
Anthropic’s official release notes
Published verbatim by Anthropic for v0.2.36. Text is unmodified from the upstream changelog. Everything else on this page came out of the bundle instead, which is why the two lists don't match.
Import MCP servers from Claude Desktop with claude mcp add-from-claude-desktop
Add MCP servers as JSON strings with claude mcp add-json <n> <json>