Back to all resources
claude-plugins-official Apache-2.0 · free Auto-registered in Claude Code LIVE

Stop hand-wiring the same MCP servers again.

Connecting Claude Code to GitHub, Slack, Notion or Linear used to mean writing your own MCP config for each one. This is Anthropic's own curated catalog of ready-made plugins, MCP servers, skills, agents and language-server hookups, registered automatically the first time you start Claude Code. One command installs any of them. Plugins run with your user privileges, and Anthropic explicitly does not vet what is inside each one.

By Raj Singh · September 2026 · 36k stars · Auto-updates on by default · 5 min read

WHAT IT LOOKS LIKE

Run `/plugin`, land on the Discover tab, and see every plugin's context cost and exact component list before you install anything. Nothing hidden, nothing guessed at, right down to which commands and MCP servers it adds.

An isometric illustration of agent work stations feeding into a central hub, standing in for a catalog of plugins feeding one agent
The plugin manager, before you install anythingAgileSingh
BEFORE YOU INSTALL ANYTHING

Official does not mean audited. Anthropic says it directly: it does not control what MCP servers, files or software are bundled into a plugin and cannot verify it works as intended, even in its own marketplace. Check a plugin's homepage before trusting it with anything sensitive.

It is already registered for you. Claude Code adds claude-plugins-official automatically on your first interactive launch. Only run /plugin marketplace add anthropics/claude-plugins-official if that auto-add failed or you ran headless first.

Auto-update is on here, unlike most. This marketplace and most other official Anthropic ones default to auto-update. Third-party and local marketplaces default to off. A plugin here can change behavior without you doing anything.

LSP plugins need their own binary. A code-intelligence plugin like rust-analyzer-lsp wires up the connection. It does not install rust-analyzer itself, that binary has to already be on your PATH.

Licence, in plain English: The catalog repo is Apache-2.0. Each individual plugin carries its own licence, check the specific one you install rather than assuming.

Honest limitPlugins execute arbitrary code with your user privileges. A curated catalog lowers the odds of something malicious, it does not remove them. Treat every install like you would any other software you did not write.
Read the whole setup

Get the setup that works.

Drop your email and unlock the rest: what you need, the exact install and uninstall commands, the scope choice that matters, and how to review a plugin before trusting it.

One email. No follow-up unless I ship something that fits.

WHAT YOU NEED
  • Claude Code, already installed and authenticated
  • Nothing else for most plugins, they arrive pre-configured
  • A language-server binary, only for the code-intelligence plugins, installed separately per language
INSTALL

One command, once you know the name

Browse first if you are not sure of the exact plugin name. The install itself is one line either way.

The install

claude code sessionexample: GitHub integration
/plugin install github@claude-plugins-official → or browse first: /plugin, then the Discover tab

The install screen shows a context-cost estimate and the exact commands, skills, agents, hooks and MCP servers it will add, before you confirm anything.

Prove itAfter install, run /plugin list --enabled and confirm the new plugin appears. If it does not, run /reload-plugins once.
CONFIGURE

Scope is the one real decision

Every install asks where it applies. Get this wrong and a plugin either leaks into repos it should not touch, or never reaches the teammates who need it.

install scopepick one
User scope → yours, across every project Project scope → shared with collaborators via .claude/settings.json Local scope → yours, this repo only, never shared
SettingDefaultWhy I change it
Scopeasked at installUser scope for a personal tool like commit-commands. Project scope for anything the whole team should get automatically.
Auto-updateon for this marketplaceLeave it on for official plugins. Flip it off per-marketplace only for a third-party catalog you want to pin.
Reviewing before trustThe Discover tab's detail pane lists every command, skill, agent, hook and MCP server a plugin adds. Read that list before installing anything that touches credentials or a production system.
DAILY DRIVING

Manage what is already installed

The same handful of commands cover almost everything you will do after the first install.

  • List what you have. /plugin list shows everything installed; add --enabled or --disabled to filter.
  • Disable without losing config. /plugin disable plugin-name@marketplace-name turns it off without uninstalling, useful when troubleshooting a conflict.
  • Remove it cleanly. /plugin uninstall plugin-name@marketplace-name takes it out completely.

Closing the /plugin menu after a change runs /reload-plugins for you automatically in most cases.

WHEN IT DRIFTS

Two failures, both configuration

A plugin's skills do not appear
Run /reload-plugins, or if that does not fix it, clear the cache with rm -rf ~/.claude/plugins/cache, restart, and reinstall.
An LSP plugin reports Executable not found
The language-server binary itself is missing. Install it from the table on the official docs, the plugin never installs the binary for you.
If the marketplace itself is missing/plugin marketplace add anthropics/claude-plugins-official re-registers it, then retry the install.
THE SHAPE OF IT

Where everything lives

/pluginsinternal plugins developed and maintained by Anthropic /external_pluginsthird-party plugins that passed Anthropic's review for this catalog ~/.claude/plugins/cacheyour local cache; safe to clear if a plugin misbehaves .claude/settings.jsonwhere a project-scope install actually lives

Uninstalling a marketplace removes every plugin you installed from it, so remove individual plugins first if you only want to trim, not start over.

That is the whole setup

One command per plugin, a scope choice that actually matters, and the MCP servers you used to wire by hand show up pre-configured instead. Read what a plugin adds before you trust it, official catalog or not.

Open on GitHub →

↑ Unlocks the moment you submit the form above.

RS
WRITTEN BY

Raj Singh

I'm Raj Singh, founder of DebtOps.ai and a Claude certified partner. Over the last five years I've managed $25M in ads, built AI solutions for Fortune 100 companies, and installed AI operating systems and AI brains inside small businesses. Everything here is something I've shipped, debugged, or watched a client ship. My goal with AgileSingh is to make you irreplaceable in this AI age.

$25M
Ads managed · 5 yrs
F100
Enterprise AI builds
Claude
Certified partner
27
Guides shipped
More guides

Now wire the plugin into your operating manual.

A plugin adds a capability. The Claude Code setup guide is where you decide what it is allowed to do without asking, and what always stops for you first.