Claude Code CLI Plugins

Extend Claude Code beyond its defaults with hooks, MCP servers, custom tools, and IDE integrations. Build a fully customized AI development environment tailored to your workflow.

6
Lessons
40+
Examples
~2hr
Total Time
🔧
Extensibility

What You'll Learn

From basic hooks to advanced MCP server integration, master every extension point in Claude Code.

🔌

Hooks System

Run shell commands automatically on events like preToolUse, postToolUse, afterMessage, and notification.

🌐

MCP Servers

Connect Claude Code to external tools and services using the Model Context Protocol (MCP).

🔧

Custom Tools

Create specialized tools for your workflow: database queries, API integrations, deployment automation.

💻

IDE Integration

Use Claude Code inside VS Code, JetBrains, Neovim, and tmux for seamless development experiences.

Course Lessons

Follow the lessons in order or jump to any topic.

Prerequisites

Before You Begin:
  • Claude Code CLI installed and configured
  • Familiarity with Claude Code basics (see Claude Code CLI course)
  • Basic understanding of JSON configuration
  • Node.js installed (for MCP server examples)