MCP Directory
Back

claude-code-crash-course

by emarco177 · ★ 176

Hands-on crash course for Claude Code with branch-based projects on MCP, subagents, hooks, and automation.

#agentic-ai#agentic-coding#claude-code#context-engineering#deep-agents#subagents

Install

git clone https://github.com/emarco177/claude-code-crash-course.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "claude-code-crash-course": {
      "command": "npx",
      "args": [
        "-y",
        "github:emarco177/claude-code-crash-course"
      ]
    }
  }
}

From the README

[](https://twitter.com/EdenMarco177) [](LICENSE) [](https://www.udemy.com/course/claudecode/?referralCode=APRL-2026) Welcome to the Claude Code Crash Course! This repository is designed to teach you the fundamentals and advanced concepts of Claude Code, Anthropic's official CLI for AI-powered software development, in a hands-on way. Claude Code is an interactive command-line interface that brings Claude's AI capabilities directly to your development workflow. It helps with code analysis, bug fixing, feature development, refactoring, and workflow automation - all from your terminal. This rep…
Read full README on GitHub →

Related other servers