What Are Claude Code Plugins?

A Claude Code plugin is a bundled suite of extensions that installs as a single unit. While a skill teaches Claude one task and an MCP server connects Claude to one data source, a plugin combines multiple capabilities into a cohesive toolkit. For example, a web development plugin might include skills for component generation, an MCP server for browser testing, and configuration for your preferred framework.

How Plugins Work

Claude Code plugins are comprehensive extension packages that install as a single unit. When you add a plugin, it can register multiple skills, configure MCP servers, set up tool preferences, and customize Claude's behavior — all at once.

Think of a plugin like a starter kit for a specific domain. Instead of hunting for individual skills and servers, a plugin gives you everything you need in one install. A web development plugin, for example, might include component generation skills, a browser testing MCP server, framework-specific configurations, and coding style presets.

Plugins are ideal when you want a batteries-included setup. They're especially useful for onboarding new team members — install the team's plugin and everyone gets the same tools and conventions immediately.

Types of Plugins

Plugins cover every major development workflow. Here are the most popular categories:

Framework Plugins

Complete toolkits for React, Next.js, Vue, Angular, and other frameworks. These plugins understand framework conventions and generate idiomatic code.

Language Plugins

Language-specific tools for Python, Rust, Go, TypeScript, and more. They include linting, testing, packaging, and deployment workflows.

API & Integration Plugins

End-to-end API development including REST testing, GraphQL schema management, authentication setup, and documentation generation.

DevOps Plugins

CI/CD pipeline management, container orchestration, infrastructure as code, and deployment automation in one package.

Security & Compliance Plugins

Vulnerability scanning, dependency auditing, secrets detection, and compliance checking bundled together for comprehensive security coverage.

Most Popular Plugins

These are the top 5 most-used plugins across the Claude Code community.

See all top plugins →

How to Install a Plugin

Plugins can be installed with a single command:

claude plugin add <plugin-url>

Each plugin's detail page on Claude Bazaar includes its specific install command, configuration options, and a list of everything included in the bundle.

Plugins vs. Skills vs. MCP Servers

Skills teach Claude one specific task. MCP servers connect Claude to one external system. Plugins combine multiple skills, servers, and configurations into a single installable package.

Choose a plugin when you want a complete, opinionated setup for a workflow. Choose individual skills and servers when you want fine-grained control over exactly which tools Claude uses.

Finding the Right Plugin

With 2548 plugins available, browse by category on our Explore Plugins page, or check the Top Plugins rankings to find the most popular choices.

Explore More