Official plugin marketplace (claude-plugins-official) is inaccessible

Resolved 💬 3 comments Opened Feb 1, 2026 by mtskf Closed Feb 4, 2026

Summary

The official plugin marketplace claude-plugins-official is not accessible, even though plugin pages exist on claude.com (e.g., https://claude.com/plugins/figma).

Steps to Reproduce

  1. Run /plugin marketplace list
  • Result: "No marketplaces configured"
  1. Try to install an official plugin:

``bash
claude plugin install figma@claude-plugins-official
``

  • Result: Plugin "figma" not found in marketplace "claude-plugins-official"
  1. Visit https://claude.com/plugins/figma and click "Install in Claude Code"
  • Result: Only copies the command claude plugin install figma@claude-plugins-official which fails
  1. Try to add the marketplace manually:

``bash
/plugin marketplace add https://registry.claude.ai/marketplace
``

  • Result: ECONNREFUSED

Expected Behavior

  • Official plugins listed on claude.com/plugins/* should be installable
  • claude-plugins-official marketplace should be automatically available or have a documented way to add it

Environment

  • Claude Code version: 2.1.29
  • OS: macOS (Darwin 25.2.0)

Additional Context

The documentation states that claude-plugins-official is a reserved name for Anthropic use, but there's no way to access it. This creates a confusing experience where:

  • Plugin pages exist on the web
  • "Install in Claude Code" button provides a command
  • The command doesn't work because the marketplace isn't accessible

View original on GitHub ↗

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