Help us improve

Share bugs, ideas, or general feedback.

ClaudePluginHub

Community directory for discovering and installing Claude Code plugins.

Help us improve

Share bugs, ideas, or general feedback.

Product

  • Browse Plugins
  • Marketplaces
  • Pricing
  • About
  • Contact

Resources

  • Learning Center
  • Blog
  • Claude Code Docs
  • Plugin Guide
  • Plugin Reference
  • Plugin Marketplaces

Community

  • Browse on GitHub
  • Get Support

Legal

  • Terms of Service
  • Privacy Policy

© 2025 ClaudePluginHub

Community Maintained · Not affiliated with Anthropic

ClaudePluginHub
ClaudePluginHub
Tools
Learn
Pricing
Search everything...
Overview

Topics

What Are Plugins?Getting StartedSafety & TrustBest PracticesBuilding PluginsFAQ

Resources

Browse PluginsSubmit a PluginOfficial Docs
Quick Start

Getting Started with Plugins

Install Claude Code plugins directly from GitHub repositories in just two simple commands.

Quick Start

1

Find a plugin

Browse the directory and click any plugin to see its installation commands.

Browse plugins
2

Add the repository

Copy the first command from the plugin page to register its GitHub repo as a source.

/plugin marketplace add owner/repo
3

Install the plugin

Copy the second command — it includes both the plugin name and marketplace name.

/plugin install plugin-name@marketplace-name

Example

To install from anthropics/sugar:

/plugin marketplace add anthropics/sugar

/plugin install sugar@sugar

Managing Plugins

Commands for managing installed plugins.

List all plugins

/plugin list

See all installed plugins and their status

Enable a plugin

/plugin enable plugin-name@marketplace-name

Activate a previously disabled plugin

Disable a plugin

/plugin disable plugin-name@marketplace-name

Temporarily turn off without uninstalling

Uninstall a plugin

/plugin uninstall plugin-name@marketplace-name

Completely remove a plugin

Official Anthropic Marketplace

The claude-plugins-official marketplace is auto-registered — you can skip step 2 and install directly:

/plugin install plugin-name@claude-plugins-official

Installation Scopes

Use --scope to control where plugins are stored.

ScopeStored inUse when
user (default)~/.claude/settings.jsonPersonal tools across all projects
project.claude/settings.jsonShared with team via version control
local.claude/settings.local.jsonProject-specific, gitignored
managedmanaged-settings.jsonEnterprise admin-managed (read-only)
/plugin install plugin-name@marketplace-name --scope project

Troubleshooting

Plugin not found after installation

Make sure you added the repository first with /plugin marketplace add owner/repo, then install using the exact name from the plugin detail page.

Commands not showing up

You may need to reload Claude Code. Check if the plugin is enabled with /plugin list.

MCP servers not connecting

Some plugins require additional configuration (API keys, credentials). Check the plugin's README for setup instructions.

Enabled plugins don't appear to load

Run /reload-plugins to refresh plugin state without restarting, or restart Claude Code to re-read all manifests.

Next Steps

Learn about safety and how to evaluate plugins before installing.

Learn about safetyBrowse plugins