PluginBench
Skill
Fail
Audit score 45

day2-supplement-mcp

ai-native-camp/camp-1

Systematic MCP deep dive to connect external tools to Claude Code

What is day2-supplement-mcp?

This is a structured learning skill for understanding Model Context Protocol (MCP) and integrating external tools with Claude Code. Use it when you need to learn MCP concepts, practice server setup, explore available MCP servers, or extend Claude Code with plugins.

  • Learn MCP architecture and why it's needed for tool integration
  • Add and configure MCP servers to Claude Code
  • Discover and explore connected tools using /mcp commands
  • Browse and install popular MCP servers from official registries
  • Extend Claude Code functionality with MCP-enabled plugins

How to install day2-supplement-mcp

npx skills add https://github.com/ai-native-camp/camp-1 --skill day2-supplement-mcp
Prerequisites
  • Claude Code installed and running
  • Basic familiarity with command-line tools
  • Node.js and npm for installing skills
Claude Code
Cursor
Windsurf
Cline

How to use day2-supplement-mcp

  1. 1.Run the skill installation command to get the latest curriculum
  2. 2.Select your starting block (0-4) based on your knowledge level
  3. 3.Follow Phase A: read the EXPLAIN section, understand the concept, then execute the hands-on exercise
  4. 4.Return and indicate completion when ready for Phase B
  5. 5.Complete Phase B: answer the quiz question to verify understanding
  6. 6.Move to the next block or review previous material as needed

Use cases

Good for
  • Understanding how to connect external APIs and services to Claude Code
  • Setting up your first MCP server for local tool integration
  • Exploring what tools are available through your connected MCP servers
  • Installing community-maintained MCP servers for specific workflows
  • Building custom integrations between Claude Code and external systems
Who it's for
  • Developers learning to extend Claude Code capabilities
  • Users wanting to integrate external tools and APIs
  • Teams building custom MCP servers for their workflows
  • Anyone new to the Model Context Protocol ecosystem

day2-supplement-mcp FAQ

What is MCP and why do I need it?

MCP (Model Context Protocol) is a standardized way to connect external tools and services to Claude Code. It works like USB-C for AI—a universal connector that lets Claude Code access APIs, databases, and custom tools without hardcoding integrations.

Can I skip blocks or start in the middle?

Yes. The skill lets you choose your starting block. Start with Block 0 if you're new to MCP, or jump to Block 1+ if you already understand the concepts.

What's the difference between Phase A and Phase B?

Phase A teaches the concept and guides you through hands-on execution, then stops. Phase B (after you return) tests your understanding with a quiz and helps you move forward.

Do I need to install MCP servers myself?

Yes, but the skill walks you through it step-by-step. Block 1 covers adding servers, and Block 3 shows you popular servers you can install.

Is Block 4 required?

No, Block 4 (Plugin + MCP) is a bonus block for advanced users with extra time. Blocks 0-3 cover the core MCP fundamentals.

Full instructions (SKILL.md)

Source of truth, from ai-native-camp/camp-1.


name: day2-supplement-mcp description: Day 2 보충 자료 - MCP 딥다이브. Claude Code에 외부 도구를 연결하는 MCP를 체계적으로 배운다. "MCP 배우기", "MCP 보충", "MCP 강의", "MCP 학습" 요청에 사용.

Day 2 보충: MCP 딥다이브

이 스킬이 호출되면 아래 STOP PROTOCOL을 반드시 따른다.


STOP PROTOCOL — 절대 위반 금지

이 프로토콜은 이 스킬의 최우선 규칙이다. 아래 규칙을 위반하면 수업이 망가진다.

각 블록은 반드시 2턴에 걸쳐 진행한다

┌─ Phase A (첫 번째 턴) ──────────────────────────────┐
│ 1. references/에서 해당 블록 파일의 EXPLAIN 섹션을 읽는다    │
│ 2. 기능을 설명한다                                        │
│ 3. references/에서 해당 블록 파일의 EXECUTE 섹션을 읽는다    │
│ 4. "지금 직접 실행해보세요"라고 안내한다                     │
│ 5. ⛔ 여기서 반드시 STOP. 턴을 종료한다.                    │
│                                                          │
│ ❌ 절대 하지 않는 것: 퀴즈 출제, QUIZ 섹션 읽기             │
│ ❌ 절대 하지 않는 것: AskUserQuestion 호출                  │
│ ❌ 절대 하지 않는 것: "실행해봤나요?" 질문                   │
└──────────────────────────────────────────────────────────┘

  ⬇️ 사용자가 돌아와서 "했어", "완료", "다음" 등을 입력한다

┌─ Phase B (두 번째 턴) ──────────────────────────────┐
│ 1. references/에서 해당 블록 파일의 QUIZ 섹션을 읽는다       │
│ 2. AskUserQuestion으로 퀴즈를 출제한다                     │
│ 3. 정답/오답 피드백을 준다                                 │
│ 4. 다음 블록으로 이동할지 AskUserQuestion으로 묻는다         │
│ 5. ⛔ 다음 블록을 시작하면 다시 Phase A부터.                │
└──────────────────────────────────────────────────────────┘

핵심 금지 사항 (절대 위반 금지)

  1. Phase A에서 AskUserQuestion을 호출하지 않는다 — 설명 + 실행 안내 후 바로 Stop
  2. Phase A에서 퀴즈를 내지 않는다 — QUIZ 섹션은 Phase B에서만 읽는다
  3. Phase A에서 "실행해봤나요?"를 묻지 않는다 — 사용자가 먼저 말할 때까지 기다린다
  4. 한 턴에 EXPLAIN + QUIZ를 동시에 하지 않는다 — 반드시 2턴으로 나눈다

공식 문서 URL 출력 (절대 누락 금지)

모든 블록의 Phase A 시작 시, 해당 reference 파일 상단의 > 공식 문서: URL을 반드시 그대로 출력한다.

📖 공식 문서: [URL]
  • reference 파일에 URL이 여러 개 있으면 전부 출력한다
  • URL을 요약하거나 생략하지 않는다
  • 참가자가 직접 클릭해서 공식 문서를 볼 수 있어야 한다

Phase A 종료 시 필수 문구

Phase A의 마지막에는 반드시 아래 형태의 문구를 출력하고 Stop한다:

---
👆 위 내용을 직접 실행해보세요.
실행이 끝나면 "완료" 또는 "다음"이라고 입력해주세요.

이 문구 이후에 어떤 도구 호출(AskUserQuestion 포함)이나 추가 텍스트도 출력하지 않는다.


References 파일 맵

블록파일주제
Block 0references/block0-concept.mdMCP 개념 이해
Block 1references/block1-add-server.mdMCP 서버 추가하기
Block 2references/block2-mcp-command.md/mcp 명령어로 도구 탐색
Block 3references/block3-popular-servers.md인기 MCP 서버 탐색 및 설치
Block 4 [BONUS]references/block4-plugin-mcp.md/plugin으로 MCP 확장

파일 경로는 이 SKILL.md 기준 상대경로다. 각 reference 파일은 ## EXPLAIN, ## EXECUTE, ## QUIZ 섹션으로 구성된다.


진행 규칙

  • 한 번에 한 블록씩 진행한다
  • "다음", "skip", 블록 번호/이름으로 이동한다
  • BONUS 블록은 시간이 남을 때만 진행한다
  • Claude Code 관련 질문이 오면 claude-code-guide 에이전트(내장 도구)로 답변한다. 답변 후 사용자가 직접 따라할 수 있게 단계별로 안내하고, 질문할 때는 AskUserQuestion을 사용한다
  • Block 3 완료 후 전체 마무리 안내 (BONUS Block 4는 시간 여유 시 진행)

시작

스킬 시작 시 먼저 최신 커리큘럼을 설치한 뒤 블록을 선택한다.

Step 1: 최신 스킬 설치

아래 명령어를 출력하고 Bash로 실행한다:

npx skills add ai-native-camp/camp-1 --agent claude-code --yes

실행 결과를 간략히 안내한다 (예: "4개 스킬이 최신 버전으로 설치되었습니다").

Step 2: 블록 선택

아래 테이블을 보여주고 AskUserQuestion으로 어디서 시작할지 물어본다.

Block주제내용
0MCP 개념MCP가 뭔지, USB-C 비유, 아키텍처
1서버 추가claude mcp add로 실제 서버 연결
2/mcp 탐색연결된 서버와 도구 목록 확인
3인기 서버공식 목록에서 유용한 서버 설치
4 [BONUS]Plugin + MCP/plugin으로 MCP 포함 플러그인 설치
AskUserQuestion({
  "questions": [{
    "question": "어디서부터 시작할까요?",
    "header": "시작 블록",
    "options": [
      {"label": "Block 0: MCP 개념", "description": "MCP가 뭔지, 왜 필요한지부터"},
      {"label": "Block 1: 서버 추가", "description": "바로 MCP 서버 연결 실습"},
      {"label": "Block 2: /mcp 탐색", "description": "이미 서버가 있어서 도구 확인부터"},
      {"label": "Block 3: 인기 서버", "description": "어떤 서버가 있는지 둘러보기"}
    ],
    "multiSelect": false
  }]
})

시작 블록 선택 후 → 해당 블록의 Phase A부터 진행한다.

Related skills

More from ai-native-camp/camp-1 and the wider catalog.

DAday4-wrap-and-analyze logo

day4-wrap-and-analyze

ai-native-camp/camp-1

Build and analyze session wraps using multi-agent patterns with history-insight and session-analyzer.

1.4k installs
DAday5-fetch-and-digest logo

day5-fetch-and-digest

ai-native-camp/camp-1

Build content-fetching and digestion skills: learn to create fetch-tweet, fetch-youtube, and content-digest tools.

1.3k installs
DAday6-prd-submit logo

day6-prd-submit

ai-native-camp/camp-1

PRD 초안을 작성하고 형식을 검증한 뒤 GitHub PR 제출을 안내한다. "PRD 작성", "PRD 검증", "Day 6", "6일차", "PR 제출", "prd submit" 요청에 사용.

1.3k installsAudited
MYmy-fetch-tweet logo

my-fetch-tweet

ai-native-camp/camp-1

X/Twitter URL을 받으면 트윗 원문을 가져와서 요약-인사이트-전체 번역을 제공하는 스킬. "트윗 번역", "트윗 가져와", "X 게시글" 요청에 사용.

782 installs
COcompound logo

compound

ai-native-camp/camp-2

작업 중 발견한 인사이트를 구조화된 문서로 축적하여 나만의 지식 베이스를 복리로 성장시킨다

1.2k installsAudited
COcontent-digest logo

content-digest

ai-native-camp/camp-2

This skill should be used when the user asks to "콘텐츠 정리", "아티클 요약", "PDF 학습", "영상 정리", "트윗 정리", "digest", "summarize", "정리해줘", or provides a YouTube URL, X/Twitter URL (x.com, twitter.com), webpage URL, or PDF file for analysis. Supports YouTube (transcript), X/Twitter (via fetch-tweet skill), webpage (full content via browser), and PDF (text + image per page). Generates Quiz-First learning with 9 questions across 3 difficulty levels.

1.2k installs