claude-code icon indicating copy to clipboard operation
claude-code copied to clipboard

[BUG] Failed to install Anthropic marketplace · Will retry on next startup

Open vampik33 opened this issue 1 month ago • 8 comments

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?

When I start claude code I see this error on every startip:

Failed to install Anthropic marketplace · Will retry on next startup

This message starts to appear in 2.0.71 I already have anthropics plugins added to claude:

   ● claude-code-plugins                                                                                                                                                                      │
│     anthropics/claude-code                                                                                                                                                                   │
│     13 available • Updated 12/17/2025                                                                                                                                                        │
│                                                                                                                                                                                              │
│   ● ✻ claude-plugins-official ✻                                                                                                                                                              │
│     anthropics/claude-plugins-official                                                                                                                                                       │
│     29 available • 2 installed • Updated 12/17/2025   

What Should Happen?

Claude should start without this error

Error Messages/Logs


Steps to Reproduce

Start claude code 2.0.71 version

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

2.0.69

Claude Code Version

2.0.71

Platform

Anthropic API

Operating System

Ubuntu/Debian Linux

Terminal/Shell

Warp

Additional Information

No response

vampik33 avatar Dec 17 '25 18:12 vampik33

v2.0.72 has the same issue

arnojin-szis avatar Dec 18 '25 00:12 arnojin-szis

v2.0.73 has the same issue

vasileracovita-rgb avatar Dec 19 '25 07:12 vasileracovita-rgb

This occurs in Windows as well, so it is not platform specific (I'm facing it as well and I'm not in WSL, I'm in native Windows installation).

Is this because we have "anthropics/claude-code" or "anthropics/claude-plugins-official" marketplaces already added? That is in fact my case as well.

jaodsilv avatar Dec 19 '25 15:12 jaodsilv

Claude Code v2.0.75 has the same issue

sathish-mg avatar Dec 22 '25 17:12 sathish-mg

Claude Code v2.0.76 has the same issue

liq0221 avatar Dec 23 '25 05:12 liq0221

work around:

  1. open ~/.claude.json
  2. find fields which name begin with officialMarketplace ..., and delete these fields
  3. restart claude

lululau avatar Dec 23 '25 06:12 lululau

work around:

1. open `~/.claude.json`

2. find fields which name begin with `officialMarketplace` ..., and delete these fields

3. restart claude

Confirmed this is still an issue in v2.1.2 — and that this workaround also still works.

one-liner to automatically do this and keep a backup of config:

cp ~/.claude.json ~/.claude.json.bak && jq 'with_entries(select(.key | startswith("officialMarketplace") | not))' ~/.claude.json.bak > ~/.claude.json

justinoboyle avatar Jan 09 '26 11:01 justinoboyle