20 plugins
Claude Code plugins and the Claude Code marketplace: what they are, and how to install them
A Claude Code plugin bundles skills, commands, agents, and MCP servers into one installable unit. A marketplace is just a git repo Claude Code knows how to read; the official one is added once with /plugin marketplace add, then each plugin installs with its own /plugin install command, shown below exactly as it runs.
C
Chrome DevTools MCP
Drive and inspect a live Chrome browser from Claude Code
/plugin marketplace add anthropics/claude-plugins-official /plugin install chrome-devtools-mcp@claude-plugins-official
C
Cloudflare
Workers, Durable Objects, and the Cloudflare Agents SDK in Claude Code
/plugin marketplace add anthropics/claude-plugins-official /plugin install cloudflare@claude-plugins-official
C
CodeRabbit
A second AI reviewer that runs 40+ static analyzers on your diff
/plugin marketplace add anthropics/claude-plugins-official /plugin install coderabbit@claude-plugins-official
C
Context7
Version-specific library docs pulled straight into context
/plugin marketplace add anthropics/claude-plugins-official /plugin install context7@claude-plugins-official
F
Figma
Read design files, tokens, and components straight into code
/plugin marketplace add anthropics/claude-plugins-official /plugin install figma@claude-plugins-official
G
GitHub
Official GitHub MCP server for issues, PRs, and repo search
/plugin marketplace add anthropics/claude-plugins-official /plugin install github@claude-plugins-official
L
Linear
Create and update Linear issues without leaving Claude Code
/plugin marketplace add anthropics/claude-plugins-official /plugin install linear@claude-plugins-official
M
MongoDB
Official MongoDB MCP server plus skills for schema and query work
/plugin marketplace add anthropics/claude-plugins-official /plugin install mongodb@claude-plugins-official
N
Notion
Search, create, and update Notion pages from Claude Code
/plugin marketplace add anthropics/claude-plugins-official /plugin install notion@claude-plugins-official
P
Playwright
Microsoft's browser automation MCP server for end-to-end testing
/plugin marketplace add anthropics/claude-plugins-official /plugin install playwright@claude-plugins-official
P
Postman
Full API lifecycle management powered by the Postman MCP server
/plugin marketplace add anthropics/claude-plugins-official /plugin install postman@claude-plugins-official
S
Sentry
Pull error reports and stack traces into your coding session
/plugin marketplace add anthropics/claude-plugins-official /plugin install sentry@claude-plugins-official
S
Skill Creator
Anthropic's own tool for authoring and evaluating new skills
/plugin marketplace add anthropics/claude-plugins-official /plugin install skill-creator@claude-plugins-official
S
Slack
Search channels and threads from inside Claude Code
/plugin marketplace add anthropics/claude-plugins-official /plugin install slack@claude-plugins-official
S
SonarQube
7,000+ static-analysis rules enforced on every file edit
/plugin marketplace add anthropics/claude-plugins-official /plugin install sonarqube@claude-plugins-official
S
Stripe
Stripe's own plugin for building payment integrations
/plugin marketplace add anthropics/claude-plugins-official /plugin install stripe@claude-plugins-official
S
Supabase
Run SQL, manage auth and storage on a Supabase project
/plugin marketplace add anthropics/claude-plugins-official /plugin install supabase@claude-plugins-official
S
Superpowers
A full spec-to-ship methodology built on composable skills
/plugin marketplace add anthropics/claude-plugins-official /plugin install superpowers@claude-plugins-official
T
Terraform
HashiCorp's own MCP server for Infrastructure as Code
/plugin marketplace add anthropics/claude-plugins-official /plugin install terraform@claude-plugins-official
V
Vercel
Check deployments, logs, and domains without leaving Claude Code
/plugin marketplace add anthropics/claude-plugins-official /plugin install vercel@claude-plugins-official