Back to Module 3
Module 3Free4-5 hours

Get Started: MCP Integrations

Choose your path based on your experience level.

New to Claude Code? Install it first (5 min)
1

Download the Course

2 min

Pick 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:

Download the MCP Integrations Course. Clone https://github.com/anmolgupta824/ai-native-pm.git, then go into modules/module-3-mcp-course/teacher-mode/mcp-server and run npm install && npm run build.

Claude will clone, install, and build everything for you.

Option B: Git clone (Terminal)

git clone https://github.com/anmolgupta824/ai-native-pm.git
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)

  1. Go to github.com/anmolgupta824/ai-native-pm
  2. Click the green "Code" button → "Download ZIP"
  3. Unzip and place the folder wherever you want
  4. Open Claude Code in the teacher-mode/mcp-server folder and say: "Run npm install && npm run build"
2

Open Claude Code in the Course Folder

30 sec

Open Claude Code in the course folder:

cd ai-native-pm/modules/module-3-mcp-course && claude

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.

3

Start the Course

10 min

Say one of these to get started:

Start the course

or

I want to learn MCP from scratch

The Teacher Mode will:

1

Introduce what MCP is and why it matters for PMs

2

Explain core concepts with real-world analogies

3

Give you hands-on exercises to practice

4

Quiz you to reinforce your understanding

5

Track your progress across all 7 lessons

4

Continue Through the Course

Work through all 7 lessons at your own pace:

1

Welcome to MCP

10 min
2

REST APIs for PMs

30-60 min
3

How MCP Works

30 min
4

Google Drive

20 min
5

Google Sheets

20 min
6

Jira Integration

20 min
7

Figma Integration

20 min

Tips 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