MCPHub LabRegistryawesome-claude-code-plugins
ccplugins

awesome claude code plugins

Built by ccplugins 648 stars

What is awesome claude code plugins?

Awesome Claude Code plugins — a curated list of slash commands, subagents, MCP servers, and hooks for Claude Code

How to use awesome claude code plugins?

1. Install a compatible MCP client (like Claude Desktop). 2. Open your configuration settings. 3. Add awesome claude code plugins using the following command: npx @modelcontextprotocol/awesome-claude-code-plugins 4. Restart the client and verify the new tools are active.
🛡️ Scoped (Restricted)
npx @modelcontextprotocol/awesome-claude-code-plugins --scope restricted
🔓 Unrestricted Access
npx @modelcontextprotocol/awesome-claude-code-plugins

Key Features

Native MCP Protocol Support
Real-time Tool Activation & Execution
Verified High-performance Implementation
Secure Resource & Context Handling

Optimized Use Cases

Extending AI models with custom local capabilities
Automating system workflows via natural language
Connecting external data sources to LLM context windows

awesome claude code plugins FAQ

Q

Is awesome claude code plugins safe?

Yes, awesome claude code plugins follows the standardized Model Context Protocol security patterns and only executes tools with explicit user-granted permissions.

Q

Is awesome claude code plugins up to date?

awesome claude code plugins is currently active in the registry with 648 stars on GitHub, indicating its reliability and community support.

Q

Are there any limits for awesome claude code plugins?

Usage limits depend on the specific implementation of the MCP server and your system resources. Refer to the official documentation below for technical details.

Official Documentation

View on GitHub

Awesome Claude Code Plugins Awesome

English 简体中文

Awesome Claude Code plugins — a curated list of slash commands, subagents, MCP servers, and hooks for Claude Code

What is Claude Code Plugin?

Claude Code Plugin is lightweight package that let you customize and share your Claude Code setup. Each plugin can include any combination of:

  • Slash Commands — Custom shortcuts for frequent operations
  • Subagents — Purpose-built agents for specialized dev tasks
  • MCP Servers — Integrations to tools and data sources via the Model Context Protocol
  • Hooks — Extensions that modify Claude Code’s behavior at key workflow points

Install or disable them dynamically with the /plugin command — enabling you to keep your system context focused and lightweight.

Use Cases

  • Enforce Standards: Ensure specific hooks or workflows run consistently across your team
  • Support Users: Package slash commands that simplify your framework or SDK usage
  • Share Workflows: Publish debugging setups, deployment scripts, or testing harnesses
  • Connect Tools: Integrate internal systems securely through MCP servers
  • Bundle Customizations: Combine multiple extensions for a cohesive developer experience

Plugins

Official Claude Code Plugins

Workflow Orchestration

Automation DevOps

Business Sales

Code Quality Testing

Data Analytics

Design UX

Development Engineering

Documentation

Git Workflow

Marketing Growth

Project & Product Management

Security, Compliance, & Legal

Tutorials

You can host and share your own curated plugin marketplace using a simple Git repository with a .claude-plugin/marketplace.json file. Users can install your marketplace via:

# /plugin marketplace add ccplugins/marketplace
/plugin marketplace add user-or-org/repo-name

Then browse and install plugins from within Claude Code’s /plugin menu.

Example:

/plugin
/plugin install analyze-codebase

Contributing

Contributions are welcome! You can add your favorite plugins, share best practices, or submit your own marketplace.

Global Ranking

-
Trust ScoreMCPHub Index

Based on codebase health & activity.

Manual Config

{ "mcpServers": { "awesome-claude-code-plugins": { "command": "npx", "args": ["awesome-claude-code-plugins"] } } }