Official, Anthropic-managed directory of high quality Claude Code Plugins.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"claude-plugins-official": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claude-plugins-official"
]
}
}
}