Introduction to Model Context Protocol¶
Lien : https://anthropic.skilljar.com/introduction-to-model-context-protocol
Niveau : Intermédiaire
Format : 14 leçons · 4 sections · Certificat
Prérequis : Python
Description¶
Construire des serveurs et clients MCP from scratch en Python. Maîtriser les 3 primitives fondamentales pour connecter Claude à des services externes sans code d'intégration lourd.
Les 3 primitives MCP¶
| Primitive | Rôle |
|---|---|
| Tools | Fonctions que Claude peut appeler |
| Resources | Données/fichiers exposés au client |
| Prompts | Templates réutilisables |
Modules¶
Section 1 — Introduction¶
- Welcome to the course
- Introducing MCP — concepts et architecture
- MCP clients — panorama des clients disponibles
Section 2 — Hands-on with MCP servers¶
- Project setup
- Defining tools with MCP
- The server inspector (outil de debug)
- Survey
Section 3 — Connecting with MCP clients¶
- Implementing a client
- Defining resources
- Accessing resources
- Defining prompts
- Prompts in the client
Section 4 — Assessment and wrap up¶
- Final assessment
- MCP review
Objectifs d'apprentissage¶
- Créer un serveur MCP complet en Python
- Définir les 3 primitives : tools, resources, prompts
- Connecter Claude à des services externes
- Utiliser le server inspector pour déboguer
- Implémenter un client MCP