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
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.
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.
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.
Browse first if you are not sure of the exact plugin name. The install itself is one line either way.
The install
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.
/plugin list --enabled and confirm the new plugin appears. If it does not, run /reload-plugins once.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.
| Setting | Default | Why I change it |
|---|---|---|
| Scope | asked at install | User scope for a personal tool like commit-commands. Project scope for anything the whole team should get automatically. |
| Auto-update | on for this marketplace | Leave it on for official plugins. Flip it off per-marketplace only for a third-party catalog you want to pin. |
The same handful of commands cover almost everything you will do after the first install.
/plugin list shows everything installed; add --enabled or --disabled to filter./plugin disable plugin-name@marketplace-name turns it off without uninstalling, useful when troubleshooting a conflict./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.
/reload-plugins, or if that does not fix it, clear the cache with rm -rf ~/.claude/plugins/cache, restart, and reinstall./plugin marketplace add anthropics/claude-plugins-official re-registers it, then retry the install.Uninstalling a marketplace removes every plugin you installed from it, so remove individual plugins first if you only want to trim, not start over.
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.
↑ Unlocks the moment you submit the form above.
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.
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.