[Udemy, Henry Habib] MCP Masterclass: Complete Guide to MCP in Python [2025] [6/2025, ENG]

Страницы:  1
Ответить
 

LearnJavaScript Beggom

Стаж: 5 лет 8 месяцев

Сообщений: 2062

LearnJavaScript Beggom · 04-Сен-25 15:51 (2 месяца 19 дней назад)

MCP Masterclass: Complete Guide to MCP in Python [2025]
Год выпуска: 6/2025
Производитель: Udemy
Сайт производителя: https://www.udemy.com/course/learn-mcp-model-context-protocol-complete-guide/
Автор: Henry Habib, The Intelligent Worker
Продолжительность: 7h 34m 32s
Тип раздаваемого материала: Видеоурок
Язык: Английский
Субтитры: Отсутствуют
Описание:
Master MCP (Model Context Protocol) | Build 4+ MCP Servers and Clients | Deploy and Publish MCP | Build MCP AI Agents
What you'll learn
  1. Understand what MCP is and the problem it solves
  2. Learn the full MCP architecture including how Clients and Servers interact with each other
  3. Build your own MCP servers and clients from scratch with real-world examples
  4. Explore, learn, and apply all of MCP's features, like tools, resources, prompts, transport protocols, streamable https, and much more
  5. Learn to integrate MCP into broader agentic and LLM frameworks
  6. Package, publish, distribute, and host your own MCP Servers and Clients
  7. Build several MCP Servers and Clients from scratch
  8. Learn how to build MCP and integrate MCPs with Python
Requirements
  1. Basic understanding and familiarity with Python
  2. Basic understanding and familiarity with how APIs work is helpful but not needed
  3. Basic understanding and familiarity of Git and GitHub
  4. Windows or Mac
Description
What makes this course different than others?
  1. Complete Guide: this is not a bootcamp or "crash" course - this is the only complete guide that takes you from knowing nothing about MCPs, to understanding the architecture and protocol, to an MCP expert building MCP Servers and Clients. You get ~8 hours of content!
  2. Focus on Python: the SDK we use here is completely in Python (instead of Javascript or Typescript). However, since all the SDKs are similar, what you learn here will be applicable to all SDKs.
  3. Up to date: this course incorporates all the latest updates and technologies, including the new Streamable HTTP transport
  4. From Theory to Build: this course starts on the theory and architecture behind MCPs, why they exist, how they work, their history so that you get a solid understanding. After that, we focus on the features around MCP Servers and Clients and applying it as we build with MCP
  5. MCP Servers and Clients: this course builds both MCP servers and clients (most content just stops at servers)
  6. Build 4+ MCP Servers and Clients: we build several MCP servers and clients from scratch
MCPs are taking over the world because they solve a critical problem. LLM applications are great at generating content but they lack taking action. Tools and Function Calling were meant to address this, but LLM frameworks apply this differently and many developers had to "reinvent the wheel" every single time they started building an LLM application.
Consensus was needed and MCP was born.
Since then, MCP has taken off, being adopted fully by Microsoft, OpenAI, Anthropic, and so much more. Thousands of companies have built their own MCP servers, and tens of thousands of developers have built MCP servers that interact with an API or compute some process locally. In fact, MCP was one of the highest search terms in Q1-Q2 2025 (after AI Agents).
This course is all about taking you from knowing nothing about MCPs to becoming an MCP master. By the end of this course, you will be able to build your own MCP Servers and Clients from scratch, deploy them locally or on a virtual machine, distribute them using GitHub or NPM, and learn / master all of MCPs architecture and features.
Note that we focus on the Python SDK when building MCP Servers and Clients.
What's MCP?
MCP is a standardized mechanism (i.e., protocol) for AI systems (like LLMs, agents, etc.) to interact with external systems (like APIs, tool logic, local processes, etc.). Think of it as a universal USB-C connector for AI systems and everything that needs to connect to AI systems.
Why MCP?
One word: standardization. Once you build an MCP Server, it can easily connect to thousands of different applications / LLMs / Agents that contain an MCP Client. Similarly, if you build an MCP Client, it can easily connect to tens of thousands of MCP Servers.
What is this course all about?
This course has one goal - to taking you from knowing nothing about MCPs to becoming an MCP master. Ultimately, this means going through MCPs vast set of features and learning how to apply them into your own applications. We will build MCP Servers and Clients from scratch and deploy / distribute them both locally and remotely.
This course is hands-on, practical, and tailored for enthusiasts / developers seeking how to build real-world MCP Servers and MCP Clients. Note that the SDK we use is Python in Windows/Mac and the MCP Hosts we use in this course are VS Code and Anthropic Claude.
What will you learn?
  1. Understand MCP architecture - learn how MCP Clients and MCP Servers interact with each other in detail
  2. Learn, master, and apply all MCP features - deep dive into all of MCP features, including tools, resources, prompts, transport protocol, STDIO, streamable https, and so much more
  3. Build MCP Servers and Clients - build several real-world practical MCP Servers and Clients from scratch, and combine them with LLMs to create powerful LLM applications
  4. Publish, and host your own MCP Server or MCP Client - distribute and publish your own MCP Servers and MCP Clients
Why choose this course?
  1. Complete guide - this is the 100% start to finish, zero to hero, basic to advanced guide on building MCP Servers and Clients. There is no other course like it that teaches you everything from start to finish. It contains ~8 hours of instructional content!
  2. Structured to succeed - this course is structured to help you succeed by learning the theory and actually applying it. We also focus on both architecture, servers, clients, and deployment.
  3. Fully instructional - we not only go through important concepts, but also apply them as we are building our application so that we can solidify them. This is not only a walkthrough of the all the features and theoretical concepts, but a course that actually uses real-life examples and integrations
  4. Step by step - we go through every single concept one-by-one. This improves your probabilities of learning MCP rather than going haphazardly through each feature
  5. Teacher response - if there's anything else you would like to learn, or if there's something you cannot figure out, I'm here for you! Look at the ways to reach out video
  6. Resources - you get access to all the code and slides in this course, plus several notes and guides
Course Overview
  1. MCP Introduction – Understand why MCP exists, its origins, what it enables, and a breakdown of the full course roadmap.
  2. MCP Architecture Overview – Dive into how MCP works with agents and LLMs, the client-server workflow, server primitives like resources/prompts, and the difference between FastMCP, Stdio, and Streamable HTTP setups.
  3. MCP Environment Setup – Get your local development environment ready with Claude, Python, Git, and VS Code, and access key course resources.
  4. MCP Quickstart – Build your first working MCP system (both Server and Client) with Claude and a simple tool (like an Airbnb example), covering both local and NPX-based setups.
  5. MCP Server Deep Dive - Tools – Learn how MCP servers interact with your local files, APIs, external models, and how to structure more complex inputs.
  6. MCP Server Deep Dive - Resources and Prompts – Explore how to expose reusable resources and prompts from your MCP server, and how to structure them for input-output handling.
  7. MCP Server Deep Dive - Deployment and Publishing – Package your MCP server for reuse and publish it to platforms like GitHub to share or deploy in real-world scenarios.
  8. MCP Server Deep Dive - STDIO vs. Streamable HTTP – Understand remote server options, how to build and host Streamable HTTP servers, and connect clients using MCP Inspector and virtual machines.
  9. MCP Client Deep Dive – Go under the hood of MCP Clients, how they manage sessions, call tools/resources/prompts, and integrate with LLMs for full processing flows.
  10. MCP End-to-End Builds – Build real-world projects like a memory tracker and chess stats server, and create MCP Clients that connect to multiple servers.
  11. MCP Conclusion and Certificate – Wrap up your MCP journey, celebrate your accomplishment, and learn how to access your course certificate.
Who this course is for:
  1. Developers and engineers who are building agentic AI applications or LLM-powered tools
  2. Automation professionals and tech enthusiasts who are looking to connect AI with external tools or APIs
  3. AI builders who’ve hit limits with their current tools and want to build MCP Servers and Clients
  4. Founders or indie hackers exploring AI-native apps and toolchains
  5. Anyone who loves clean protocols, open standards, and the phrase “build once, run everywhere"
  6. AI Enthusiasts who want to start building with MCPs
Формат видео: MP4
Видео: avc, 1920x1080, 16:9, 30.000 к/с, 1840 кб/с
Аудио: aac lc sbr, 44.1 кгц, 62.8 кб/с, 2 аудио
MediaInfo
General
Complete name : D:\2_1\Udemy - MCP Masterclass Complete Guide to MCP in Python [2025] (6.2025)\8 - MCP Server Deep Dive STDIO vs Streamable HTTP\41 - Put MCP Server in virtual machine.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom (isom/iso2/avc1/mp41)
File size : 209 MiB
Duration : 14 min 40 s
Overall bit rate mode : Variable
Overall bit rate : 1 990 kb/s
Frame rate : 30.000 FPS
Recorded date : 2025-05-26 15:29:17.1448882 UTC
Writing application : Lavf59.27.100
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : Main@L4
Format settings : CABAC / 4 Ref Frames
Format settings, CABAC : Yes
Format settings, Reference frames : 4 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 14 min 40 s
Source duration : 14 min 40 s
Bit rate : 1 840 kb/s
Nominal bit rate : 3 200 kb/s
Maximum bit rate : 1 921 kb/s
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 30.000 FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.030
Stream size : 193 MiB (92%)
Source stream size : 202 MiB (96%)
Writing library : x264 core 164 r3095 baee400
Encoding settings : cabac=1 / ref=3 / deblock=1:0:0 / analyse=0x1:0x111 / me=umh / subme=6 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=0 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=24 / lookahead_threads=4 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=60 / keyint_min=6 / scenecut=0 / intra_refresh=0 / rc_lookahead=60 / rc=cbr / mbtree=1 / bitrate=3200 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / vbv_maxrate=3200 / vbv_bufsize=6400 / nal_hrd=none / filler=0 / ip_ratio=1.40 / aq=1:1.00
Color range : Limited
Color primaries : BT.709
Transfer characteristics : BT.709
Matrix coefficients : BT.709
Codec configuration box : avcC
Audio
ID : 2
Format : AAC LC SBR
Format/Info : Advanced Audio Codec Low Complexity with Spectral Band Replication
Commercial name : HE-AAC
Format settings : Implicit
Codec ID : mp4a-40-2
Duration : 14 min 40 s
Bit rate mode : Variable
Bit rate : 62.8 kb/s
Maximum bit rate : 64.5 kb/s
Channel(s) : 2 channels
Channel layout : L R
Sampling rate : 44.1 kHz
Frame rate : 21.533 FPS (2048 SPF)
Compression mode : Lossy
Stream size : 6.59 MiB (3%)
Default : Yes
Alternate group : 1
Скриншоты
Download
Rutracker.org не распространяет и не хранит электронные версии произведений, а лишь предоставляет доступ к создаваемому пользователями каталогу ссылок на торрент-файлы, которые содержат только списки хеш-сумм
Как скачивать? (для скачивания .torrent файлов необходима регистрация)
[Профиль]  [ЛС] 

vswamy2015

Стаж: 10 лет 5 месяцев

Сообщений: 113


vswamy2015 · 04-Сен-25 23:56 (спустя 8 часов)

Thank you very much for uploading this course!
[Профиль]  [ЛС] 

LearnJavaScript Beggom

Стаж: 5 лет 8 месяцев

Сообщений: 2062

LearnJavaScript Beggom · 05-Сен-25 19:27 (спустя 19 часов)

vswamy2015 писал(а):
88172725Thank you very much for uploading this course!
You're welcome!
[Профиль]  [ЛС] 
 
Ответить
Loading...
Error