📦

mcp-made-simple

by chongdashu/mcp-made-simple

0 views

Model Context Protocol (MCP) Made Simple - Code for the tutorial series - focusing on practical ways to understand and use MCP

nodejstypescriptintegrationSkill Learning

MCP Made Simple - Tutorial Series

Welcome to the Model Context Protocol (MCP) Hello World tutorial series! This repository contains step-by-step lessons to help you understand and implement MCP servers for AI-powered IDE extensions.

What is MCP?

The Model Context Protocol (MCP) is a standardized protocol that allows AI assistants to interact with external tools and services in modern IDEs. It enables AI models to:

  • Discover available tools
  • Call tools with structured inputs
  • Receive structured outputs

Lessons

LessonTitleDescriptionKey ConceptsVideo
Lesson 1Creating Your First MCP ServerBuild a basic MCP server with a greeting tool- MCP Server Setup
- Tool Implementation
- IDE Integration
- stdio Transport
Watch Tutorial
Lesson 2Debugging with Chrome DevTools and CursorDebugging your apps with Browser Tools MCP- Capture Console Logs
- Take Screenshots
-Integration with Cursor
Watch Tutorial
Lesson 3Game Inventory with SupabaseBuild a game inventory system using Supabase- Database Operations
- Supabase Integration
- React UI
- Real-time Updates
Watch Tutorial

Playlist

Watch the full playlist

Prerequisites

  • Node.js and npm installed
  • Basic TypeScript knowledge
  • IDE with MCP support (Cursor, Windsurf, or VS Code)
  • Chrome browser (for Lesson 2)
  • Supabase account (for Lesson 3)

Getting Started

  1. Clone this repository
  2. Navigate to the lesson you want to try
  3. Follow the lesson's README.md instructions

Resources

License

The MCP Hello World repository is licensed under the MIT License.

Install

No configuration available
For more configuration details, refer to the content on the left

Related

Related projects feature coming soon

Will recommend related projects based on sub-categories