Awesome Claude Code Plugins
Awesome Claude Code plugins — a curated list of slash commands, subagents, MCP servers, and hooks for Claude Code
What is Awesome Claude Code Plugins?
Awesome Claude Code Plugins is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to awesome claude code plugins — a curated list of slash commands, subagents, mcp servers, and hooks for claude code
Awesome Claude Code plugins — a curated list of slash commands, subagents, MCP servers, and hooks for Claude Code
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Awesome Claude Code plugins — a curated list of slash comman
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx awesome-claude-code-pluginsConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Awesome Claude Code Plugins
Awesome Claude Code Plugins is a curated registry and MCP server that surfaces the community's best slash commands, subagents, MCP servers, and hooks for Claude Code — the official Anthropic CLI for Claude. Each plugin is a lightweight package that can include any combination of slash commands, purpose-built subagents, MCP server integrations, and workflow hooks, all installable and removable dynamically with the /plugin command in Claude Code. The repository is organized by domain (workflow orchestration, DevOps, code quality, data analytics, design, security, and more) and includes official Anthropic-authored plugins alongside community contributions. Developers use it to discover ready-made extensions that extend Claude Code for specialized workflows without writing boilerplate configuration.
Prerequisites
- Claude Code CLI installed and authenticated (npm install -g @anthropic-ai/claude-code)
- Node.js 18 or higher
- An Anthropic API key or Claude.ai subscription
- Git installed to clone or reference plugin repositories
- Familiarity with Claude Code slash commands and the /plugin command
Install Claude Code if not already installed
Install the Claude Code CLI globally with npm and authenticate with your Anthropic API key or Claude.ai subscription.
npm install -g @anthropic-ai/claude-code
claudeBrowse the plugin catalog
Visit the awesome-claude-code-plugins repository on GitHub or use the MCP server to discover available plugins. Plugins are organized by category: Workflow Orchestration, Automation DevOps, Code Quality Testing, Data Analytics, Design UX, Development Engineering, Documentation, and Git Workflow.
Install a plugin using the /plugin command
Within a Claude Code session, use the /plugin command to install a plugin by pointing to its directory or GitHub source. The plugin system supports dynamic install and disable without restarting the session.
/plugin install <plugin-name-or-path>Use the installed plugin's slash commands or subagents
After installation, slash commands defined by the plugin become available immediately. Subagents appear as specialized agents you can invoke for their specific domain, such as /code-review, /commit, or /create-pr.
Register the MCP server to discover plugins from Claude
To browse and search the plugin catalog from within Claude, add the awesome-claude-code-plugins MCP server to your configuration.
claude mcp add awesome-claude-code-plugins -- npx awesome-claude-code-pluginsAwesome Claude Code Plugins Examples
Client configuration
Add the MCP server to your Claude Desktop or Claude Code MCP config:
{
"mcpServers": {
"awesome-claude-code-plugins": {
"command": "npx",
"args": ["awesome-claude-code-plugins"]
}
}
}Prompts to try
Once connected, use the server and installed plugins to enhance your Claude Code workflow:
- "What Claude Code plugins are available for code review?"
- "Show me plugins for Git workflow automation"
- "Install the commit-commands plugin"
- "List all available subagents in the DevOps category"
- "What slash commands does the pr-review-toolkit plugin provide?"Troubleshooting Awesome Claude Code Plugins
Plugin slash commands not appearing after installation
Ensure you are running Claude Code v1.0 or later which supports the /plugin system. Run /plugin list to verify the plugin is listed as active. If absent, retry the install command pointing to the correct plugin path.
npx command fails to start the MCP server
Confirm Node.js 18+ is installed and that npx is available on your PATH. Try running 'npx awesome-claude-code-plugins' directly in a terminal first to see any error output before adding it to the MCP config.
Frequently Asked Questions about Awesome Claude Code Plugins
What is Awesome Claude Code Plugins?
Awesome Claude Code Plugins is a Model Context Protocol (MCP) server that awesome claude code plugins — a curated list of slash commands, subagents, mcp servers, and hooks for claude code It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Awesome Claude Code Plugins?
Follow the installation instructions on the Awesome Claude Code Plugins GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Awesome Claude Code Plugins?
Awesome Claude Code Plugins works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Awesome Claude Code Plugins free to use?
Yes, Awesome Claude Code Plugins is open source and available under the Apache-2.0 license. You can use it freely in both personal and commercial projects.
Awesome Claude Code Plugins Alternatives — Similar Developer Tools Servers
Looking for alternatives to Awesome Claude Code Plugins? 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 Awesome Claude Code Plugins 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 Awesome Claude Code Plugins?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.