Claude Plugins Official

v1.0.0Developer Toolsstable

Official, Anthropic-managed directory of high quality Claude Code Plugins.

claude-codemcpskills
Share:
22,923
Stars
0
Downloads
0
Weekly
0/5

What is Claude Plugins Official?

Claude Plugins Official is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to official, anthropic-managed directory of high quality claude code plugins.

Official, Anthropic-managed directory of high quality Claude Code Plugins.

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Official, Anthropic-managed directory of high quality Claude

Use Cases

Browse Anthropic's official directory of high-quality Claude Code plugins.
Install verified skills and extensions for Claude.
anthropics

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx claude-plugins-official

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Claude Plugins Official

Claude Plugins Official is Anthropic's managed directory of high-quality, verified plugins for Claude Code. It lets developers browse, discover, and install curated skill bundles, slash commands, agent definitions, and MCP server configurations directly inside Claude Code via the `/plugin` command. By sourcing plugins from Anthropic's official registry, teams can extend Claude Code with trusted, reviewed capabilities without manually wiring up external tools.

Prerequisites

  • Claude Code CLI installed and authenticated (claude.ai/code)
  • Node.js 18 or higher (for any bundled MCP servers within plugins)
  • A Claude Pro, Team, or Enterprise subscription
  • Git, if cloning plugin source for local development
1

Open Claude Code

Launch Claude Code in your terminal. The plugin system is built into the CLI — no extra installation is required to access the official registry.

claude
2

Browse the official plugin directory

Inside Claude Code, open the plugin discovery UI to see all Anthropic-verified plugins available in the official registry.

/plugin > Discover
3

Install a plugin by name

Once you have identified a plugin from the directory, install it using the `/plugin install` command followed by the plugin name and the `@claude-plugins-official` registry scope.

/plugin install <plugin-name>@claude-plugins-official
4

Verify the installation

After installation, list your active plugins to confirm the new plugin is registered. Skill-bundle plugins register their capabilities as `<plugin-name>:<skill-name>`.

/plugin list
5

Use the plugin's skills or commands

Installed plugins expose slash commands, agent definitions, or skills that you can invoke directly in Claude Code. For skill bundles, call the skill by its registered name.

/<plugin-name>:<skill-name>

Claude Plugins Official Examples

Client configuration

Claude Plugins Official integrates natively through Claude Code's plugin system. If a plugin bundles an MCP server, it is configured automatically. Example claude_desktop_config.json entry if a plugin exposes a standalone MCP server:

{
  "mcpServers": {
    "claude-plugins-official": {
      "command": "npx",
      "args": ["claude-plugins-official"],
      "env": {}
    }
  }
}

Prompts to try

After installing plugins from the official directory, use these prompts inside Claude Code to explore and use them.

- "Show me all available official Claude Code plugins"
- "Install the code-review plugin from the official directory"
- "List the skills available in my currently installed plugins"
- "Run the security-review skill on my current project"

Troubleshooting Claude Plugins Official

Plugin install fails with 'not found' or registry error

Confirm the plugin name is spelled correctly and scoped with @claude-plugins-official. Use `/plugin > Discover` to browse available names before installing.

Installed plugin's skills are not appearing as commands

Restart Claude Code after installation. Skill bundles are registered at startup. If the issue persists, run `/plugin list` to verify the plugin is active and check that the skill is declared in the plugin's manifest.

Claude Code warns about untrusted plugin content

Always verify you are installing from the @claude-plugins-official scope. Anthropic cannot verify third-party plugins — only those scoped to the official registry are reviewed and managed by Anthropic.

Frequently Asked Questions about Claude Plugins Official

What is Claude Plugins Official?

Claude Plugins Official is a Model Context Protocol (MCP) server that official, anthropic-managed directory of high quality claude code plugins. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Claude Plugins Official?

Follow the installation instructions on the Claude Plugins Official GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Claude Plugins Official?

Claude Plugins Official works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Claude Plugins Official free to use?

Yes, Claude Plugins Official is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "claude-plugins-official": { "command": "npx", "args": ["-y", "claude-plugins-official"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Claude Plugins Official?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides