MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

Model Context Protocol (MCP) Tutorial

Created 6/15/2025
Updated 9 months ago
Repository documentation and setup instructions

🚀 Model Context API Tutorial — Learn with Sumit

Welcome to the official source code repository for the Model Context Protocol Tutorial on YouTube. This video is designed to help you get started with Model Context Protocol (MCP) — a powerful future-ready technology to connect external context to your AI application.

🎬 Watch the full tutorial: 👉 Model Context Protocol Tutorial on YouTube


📚 What You’ll Learn

This video covers:

  • ✅ What is MCP and how it works
  • ✅ What is MCP Server, why we use it and how to use it
  • ✅ Real life code example

🧑‍💻 Tech Stack


🤝 Contribution

This repository is primarily for educational purposes based on the YouTube crash course. Feel free to fork the project, submit issues, or make improvements for your own learning!


🧠 Author

Sumit SahaLearn with Sumit 📧 sumit@learnwithsumit.com 🌐 learnwithsumit.com


⭐ Show Your Support

If this crash course helped you, please:

  • ⭐ Star this repo
  • 🍿 Subscribe on YouTube
  • 🧑‍🏫 Share it with others!

Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-mcp-tutorial

Cursor configuration (mcp.json)

{ "mcpServers": { "learnwithsumit-mcp-tutorial": { "command": "npx", "args": [ "learnwithsumit-mcp-tutorial" ] } } }