Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.275 ·

claude.ai MCP server fetch now includes additional installs, with fallback

Claude Code now fetches 'additional install' MCP servers from claude.ai and falls back gracefully if that request is refused

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaMCPwhat it touches
KindImprovementsin v2.1.275,
Group of 2 You'll notice

Claude Code now fetches 'additional install' MCP servers from claude.ai and falls back gracefully if that request is refused

What

The fetch of MCP (Model Context Protocol) servers hosted on claude.ai now requests include_additional_installs=true. Entries flagged as an additional install are collected separately, sorted by creation time, and appended after the primary de-duplicated list. If the extended request fails with certain errors, Claude Code retries once against the plain endpoint (without additional installs) without using up a full attempt from the normal retry budget, and logs a telemetry reason for the fallback.

Why

This surfaces MCP servers that were installed as extras and weren't previously shown, while keeping server fetching resilient if the new request parameter isn't supported.

See this entry in the whole of v2.1.275 →