Claude Plugins Official
Official, Anthropic-managed directory of high quality Claude Code Plugins.
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
Maintainer
Works with
Installation
Manual Installation
npx claude-plugins-officialConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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.
claudeBrowse the official plugin directory
Inside Claude Code, open the plugin discovery UI to see all Anthropic-verified plugins available in the official registry.
/plugin > DiscoverInstall 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-officialVerify 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 listUse 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.
Claude Plugins Official Alternatives — Similar Developer Tools Servers
Looking for alternatives to Claude Plugins Official? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
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.
Set Up Claude Plugins Official in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.