Claude plugins guide

Claude Code Plugins: Where They Fit with Skills and MCP

Claude Code plugins package extensions for reuse and distribution. A plugin can bundle components such as Skills and MCP server definitions, while those underlying mechanisms still solve different problems.

Quick answer

Choose the narrowest mechanism that solves the job: CLAUDE.md for stable project rules, Skills for reusable procedures, MCP for external tools or data, and plugins when you want to package and distribute a broader extension.

Plugins can bundle capabilities

Claude Code plugins can package multiple extension components, including skills and MCP server definitions, so installation can deliver a consistent set of capabilities.

Skills remain procedural

A Skill is centered on reusable instructions and resources for a task.

MCP remains connective

MCP is centered on exposing external capabilities and data to Claude.

Official Claude documentation

Claude Code changes quickly. Use Anthropic’s documentation as the source of truth for current configuration fields and behavior.

Open Anthropic docs →

Related Claude tools and guides

Frequently asked questions

Are plugins the same as Skills?

No. Skills package task knowledge, while plugins are a broader packaging and distribution mechanism.

Can a plugin include MCP servers?

Yes. Current Claude Code documentation describes plugins that bundle MCP server definitions.