Get Started: MCP Integrations
Choose your path based on your experience level.
New to Claude Code? Install it first (5 min)Download the Course
2 minPick one of three options — they all do the same thing:
Option A: Ask Claude to do it (Easiest)
Open Claude Code in the folder where you want the course, and paste:
Claude will clone, install, and build everything for you.
Option B: Git clone (Terminal)
cd ai-native-pm/modules/module-3-mcp-course/teacher-mode/mcp-server
npm install
npm run build
Option C: Download ZIP (No terminal needed)
- Go to github.com/anmolgupta824/ai-native-pm
- Click the green "Code" button → "Download ZIP"
- Unzip and place the folder wherever you want
- Open Claude Code in the
teacher-mode/mcp-serverfolder and say: "Run npm install && npm run build"
Open Claude Code in the Course Folder
30 secOpen Claude Code in the course folder:
First-time note: You'll see a prompt "New MCP server found in .mcp.json: mcp-teacher" — pick option 1 ("Use this and all future MCP servers in this project"). This is a one-time security check.
Start the Course
10 minSay one of these to get started:
or
The Teacher Mode will:
Introduce what MCP is and why it matters for PMs
Explain core concepts with real-world analogies
Give you hands-on exercises to practice
Quiz you to reinforce your understanding
Track your progress across all 7 lessons
Continue Through the Course
Work through all 7 lessons at your own pace:
Welcome to MCP
10 minREST APIs for PMs
30-60 minHow MCP Works
30 minGoogle Drive
20 minGoogle Sheets
20 minJira Integration
20 minFigma Integration
20 minTips for Success
- Start with Lesson 1 even if you think you know the basics — it sets up important context.
- Do the exercises! Reading is good, but hands-on practice is where learning sticks.
- You don't need all API keys upfront. Lessons 1-3 require no external APIs.
- Take breaks between lessons. Each one builds on the last, so spacing helps retention.
Troubleshooting
"MCP server not found"
Make sure the path in your config points to the correct dist/index.js file. Run npm run build if dist/ is missing.
"Cannot find module"
Run npm install in the server directory.
"command not found: claude"
Claude Code isn't installed. Go to Module 0 to install it.
"command not found: git"
Use Option C (Download ZIP) instead, or install Git from git-scm.com.
Lessons feel too fast
Ask Claude to explain in more detail or dive deeper into any topic.
Time Breakdown
2 min
Download
1 min
Connect
10 min
Lesson 1
4-5 hrs
Full Course