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

Resolved 💬 20 comments Opened Dec 17, 2025 by vampik33 Closed May 19, 2026
💡 Likely answer: A maintainer (claude[bot], contributor) responded on this thread — see the highlighted reply below.

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_

View original on GitHub ↗

20 Comments

arnojin-szis · 7 months ago

v2.0.72 has the same issue

vasileracovita-rgb · 6 months ago

v2.0.73 has the same issue

jaodsilv · 6 months ago

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.

sathish-mg · 6 months ago

Claude Code v2.0.75 has the same issue

liq0221 · 6 months ago

Claude Code v2.0.76 has the same issue

lululau · 6 months ago

work around:

  1. open ~/.claude.json
  2. find fields which name begin with officialMarketplace ..., and delete these fields
  3. restart claude
justinoboyle · 6 months ago
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
coppinger · 6 months ago
> 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 ``

This worked, thank you @justinoboyle 🤝

intel352 · 4 months ago

The field deletion workaround didn't work for me. 2.1.50

Jastman · 4 months ago

I'm seeing this on Windows v1.1.4498 (24f768) as well

alextongme · 4 months ago

We are seeing this issue on Mac 26.3, Claude 2.1.58, with a custom built marketplace :(, same exact error

panicoenlaxbox · 4 months ago

Same here with a fresh installation in Windows, version 2.1.71

From ~/.claude.json

  "officialMarketplaceAutoInstallAttempted": true,
  "officialMarketplaceAutoInstalled": false,
  "officialMarketplaceAutoInstallFailReason": "unknown",
  "officialMarketplaceAutoInstallRetryCount": 1,
  "officialMarketplaceAutoInstallLastAttemptTime": 1772870216820,
  "officialMarketplaceAutoInstallNextRetryTime": 1772877416820,
iBuildiPawn · 4 months ago

Workaround. The marketplace folder is set to read-only. Just unchecked it. Install plugin again. You will still see an error. Just restart it and it work.

bluekapo · 4 months ago

This happened to me today in a newly created VM (cc v2.1.74). A quick fix without leaving cc TUI: /plugin -> Marketplaces -> manually add "anthropics/claude-plugins-official". An error message will still persist but official plugins will be installed without any issues.

UPD: Everything works fine when installing CC inside a Docker container, but installing in a Docker sandbox (a microVM) still has this issue.

MarioPires · 4 months ago

up until claude version 2.1.68, manually installing the official marketplace fails with an "invalid schema":

# claude install 2.1.68
✔ Claude Code successfully installed!
  Version: 2.1.68
  Location: ~/.local/bin/claude
  Next: Run claude --help to get started

# claude plugin marketplace add anthropics/claude-plugins-official
Adding marketplace...
Clone complete, validating marketplace…
✘ Failed to add marketplace: Failed to parse marketplace file at /home/mario/.claude/plugins/marketplaces/anthropics-claude-plugins-official/.claude-plugin/marketplace.json: Invalid schema: /home/mario/.claude/plugins/marketplaces/anthropics-claude-plugins-official/.claude-plugin/marketplace.json plugins.56.source: Invalid input

from version 2.1.69, it works:

# claude plugin marketplace add anthropics/claude-plugins-official
Adding marketplace...
Clone complete, validating marketplace…
Cleaning up old marketplace cache…
✔ Successfully added marketplace: claude-plugins-official (declared in user settings)

since the stable version is marked as 2.1.58, many users are probably hitting this error...

# claude doctor
  ...
  Updates
  └ Auto-updates: enabled
  └ Auto-update channel: stable
  └ Stable version: 2.1.58
  └ Latest version: 2.1.74
apriendeau · 3 months ago

This is absolutely obnoxious to deal with every 7-10days. I would really like claude to fix some of these bugs rather than give me a "buddy".

headquarters · 2 months ago

I was running into this issue myself on a new, native install of CC 2.1.104. I wanted to at least make the warning go away, so I edited ~/.claude.json to set the marketplace install attempt to false:

  "officialMarketplaceAutoInstallAttempted": false,
  "officialMarketplaceAutoInstalled": false,
  "officialMarketplaceAutoInstallFailReason": "unknown",

then restarted Claude. _Surprisingly_, it then said "Anthropic marketplace installed" with a checkmark. Haven't seen the error come back since. 🤷🏻‍♂️

softsheng · 2 months ago

I encountered the same issue. After my verification, you can try adjusting the configuration of idea to the following settings (see screenshot for details):

<img width="690" height="635" alt="Image" src="https://github.com/user-attachments/assets/e0c3d995-b9d1-4575-ba1b-058f9f8cb5e9" />

claude[bot] contributor · 1 month ago

This is a duplicate of #59825, which was fixed as of version 2.1.145.

github-actions[bot] · 7 days ago

This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.