|
| 1 | +# Welcome to the 🤗 Model Context Protocol (MCP) Course |
| 2 | + |
| 3 | +<!-- TODO: @burtenshaw make and add image --> |
| 4 | +<!--  --> |
| 5 | + |
| 6 | +Welcome to the most exciting topic in AI today: **Model Context Protocol (MCP)**! |
| 7 | + |
| 8 | +This free course will take you on a journey, **from beginner to expert**, in understanding, using, and building applications with MCP. |
| 9 | + |
| 10 | +This first unit will help you onboard: |
| 11 | + |
| 12 | +* Discover the **course's syllabus**. |
| 13 | +* **Choose the path** you're going to take (either self-audit or certification process). |
| 14 | +* **Get more information about the certification process and the deadlines**. |
| 15 | +* Get to know the team behind the course. |
| 16 | +* Create your **account**. |
| 17 | +* **Sign-up to our Discord server**, and meet your classmates and us. |
| 18 | + |
| 19 | +Let's get started! |
| 20 | + |
| 21 | +## What to expect from this course? |
| 22 | + |
| 23 | +In this course, you will: |
| 24 | + |
| 25 | +* 📖 Study Model Context Protocol in **theory, design, and practice.** |
| 26 | +* 🧑💻 Learn to **use established MCP SDKs and frameworks**. |
| 27 | +* 💾 **Share your projects** and explore applications created by the community. |
| 28 | +* 🏆 Participate in challenges where you will **evaluate your MCP implementations against other students'.** |
| 29 | +* 🎓 **Earn a certificate of completion** by completing assignments. |
| 30 | + |
| 31 | +And more! |
| 32 | + |
| 33 | +At the end of this course, you'll understand **how MCP works and how to build your own AI applications that leverage external data and tools using the latest MCP standards**. |
| 34 | + |
| 35 | +Don't forget to **sign up to the course!** |
| 36 | + |
| 37 | +(We are respectful of your privacy. We collect your email address to be able to **send you the links when each Unit is published and give you information about the challenges and updates**). |
| 38 | + |
| 39 | +## What does the course look like? |
| 40 | + |
| 41 | +The course is composed of: |
| 42 | + |
| 43 | +* _Foundational Units_: where you learn MCP **concepts in theory**. |
| 44 | +* _Hands-on_: where you'll learn **to use established MCP SDKs** to build your applications. These hands-on sections will have pre-configured environments. |
| 45 | +* _Use case assignments_: where you'll apply the concepts you've learned to solve a real-world problem that you'll choose. |
| 46 | +* _The Challenge_: you'll get to put your implementation to compete against other implementations in a challenge. There will also be a leaderboard for you to compare performance. |
| 47 | + |
| 48 | +This **course is a living project, evolving with your feedback and contributions!** Feel free to open issues and PRs in GitHub, and engage in discussions in our Discord server. |
| 49 | + |
| 50 | +After you have gone through the course, you can also send your feedback 👉 using this form [LINK TO FEEDBACK FORM] |
| 51 | + |
| 52 | +## What's the syllabus? |
| 53 | + |
| 54 | +Here is the **general syllabus for the course**. A more detailed list of topics will be released with each unit. |
| 55 | + |
| 56 | +| Chapter | Topic | Description | |
| 57 | +| ------- | ------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | |
| 58 | +| 0 | Onboarding | Set you up with the tools and platforms that you will use. | |
| 59 | +| 1 | MCP Fundamentals | Explain core concepts, architecture, and components of Model Context Protocol. Show a simple use case using MCP. | |
| 60 | +| 2 | Architecture and Core Concepts | Understand the MCP architecture, communication protocols, and core primitives like Tools, Resources, and Prompts. | |
| 61 | +| 3 | Practical Development | Learn to implement MCP clients and servers using available SDKs and frameworks. | |
| 62 | +| 4 | Advanced Topics and Security | Explore advanced features, security considerations, and the future roadmap of MCP. | |
| 63 | + |
| 64 | +## What are the prerequisites? |
| 65 | + |
| 66 | +To be able to follow this course, you should have: |
| 67 | + |
| 68 | +* Basic understanding of AI and LLM concepts |
| 69 | +* Familiarity with software development principles and API concepts |
| 70 | +* Experience with at least one programming language (Python or TypeScript examples will be emphasized) |
| 71 | + |
| 72 | +## What tools do I need? |
| 73 | + |
| 74 | +You only need 2 things: |
| 75 | + |
| 76 | +* _A computer_ with an internet connection. |
| 77 | +* An _Account_: to access the course resources and create projects. If you don't have an account yet, you can create one **here** (it's free). |
| 78 | + |
| 79 | +## The Certification Process |
| 80 | + |
| 81 | +### Two paths |
| 82 | + |
| 83 | +You can choose to follow this course _in audit mode_, or do the activities and _get one of the two certificates we'll issue_. |
| 84 | + |
| 85 | +If you audit the course, you can participate in all the challenges and do assignments if you want, and **you don't need to notify us**. |
| 86 | + |
| 87 | +The certification process is **completely free**: |
| 88 | + |
| 89 | +* _To get a certification for fundamentals_: you need to complete Unit 1 of the course. This is intended for students that want to get up to date with the latest trends in MCP. |
| 90 | +* _To get a certificate of completion_: you need to complete Unit 1, one of the use case assignments we'll propose during the course, and the final challenge. |
| 91 | + |
| 92 | +There's a deadline for the certification process: all the assignments must be finished before **July 1st 2025**. |
| 93 | + |
| 94 | +<!-- TODO: @burtenshaw make and add image --> |
| 95 | +<!--  --> |
| 96 | + |
| 97 | +## What is the recommended pace? |
| 98 | + |
| 99 | +Each chapter in this course is designed **to be completed in 1 week, with approximately 3-4 hours of work per week**. |
| 100 | + |
| 101 | +Since there's a deadline, we provide you a recommended pace: |
| 102 | + |
| 103 | +<!-- TODO: @burtenshaw make and add image --> |
| 104 | +<!--  --> |
| 105 | + |
| 106 | +## How to get the most out of the course? |
| 107 | + |
| 108 | +To get the most out of the course, we have some advice: |
| 109 | + |
| 110 | +1. Join study groups in Discord: studying in groups is always easier. To do that, you need to join our discord server and verify your account. |
| 111 | +2. **Do the quizzes and assignments**: the best way to learn is through hands-on practice and self-assessment. |
| 112 | +3. **Define a schedule to stay in sync**: you can use our recommended pace schedule below or create yours. |
| 113 | + |
| 114 | +<!-- TODO: @burtenshaw make and add image --> |
| 115 | +<!--  --> |
| 116 | + |
| 117 | +## Who are we |
| 118 | + |
| 119 | +About the authors: |
| 120 | + |
| 121 | +### Ben Burtenshaw |
| 122 | + |
| 123 | +<!-- TODO: @burtenshaw add personal info --> |
| 124 | + |
| 125 | +## Acknowledgments |
| 126 | + |
| 127 | +We would like to extend our gratitude to the following individuals and partners for their invaluable contributions and support: |
| 128 | + |
| 129 | +<!-- TODO: @burtenshaw add contributors and partners --> |
| 130 | + |
| 131 | +## I found a bug, or I want to improve the course |
| 132 | + |
| 133 | +Contributions are **welcome** 🤗 |
| 134 | + |
| 135 | +* If you _found a bug 🐛 in a notebook_, please open an issue and **describe the problem**. |
| 136 | +* If you _want to improve the course_, you can open a Pull Request. |
| 137 | +* If you _want to add a full section or a new unit_, the best is to open an issue and **describe what content you want to add before starting to write it so that we can guide you**. |
| 138 | + |
| 139 | +## I still have questions |
| 140 | + |
| 141 | +Please ask your question in our discord server #mcp-course-questions. |
| 142 | + |
| 143 | +Now that you have all the information, let's get on board ⛵ |
0 commit comments