M
MCP Tutorial
Model Context Protocol (MCP) Tutorial
创建于 6/15/2025
更新于 9 months ago
README
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 Saha — Learn 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!
快速设置
此服务器的安装指南
安装包 (如果需要)
npx @modelcontextprotocol/server-mcp-tutorial
Cursor 配置 (mcp.json)
{
"mcpServers": {
"learnwithsumit-mcp-tutorial": {
"command": "npx",
"args": [
"learnwithsumit-mcp-tutorial"
]
}
}
}
作者服务器
其他服务器由 learnwithsumit