A curated list of Plugins that let you extend Claude Code with custom commands, agents, hooks, and MCP servers through the plugin system.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"awesome-claude-plugi": {
"command": "npx",
"args": [
"-y",
"ComposioHQ/awesome-claude-plugins"
]
}
}
}
Run in terminal:
claude mcp add awesome-claude-plugi npx -y ComposioHQ/awesome-claude-plugins
Add to .cursor/mcp.json:
{
"mcpServers": {
"awesome-claude-plugi": {
"command": "npx",
"args": [
"-y",
"ComposioHQ/awesome-claude-plugins"
]
}
}
}