Resources

The MCP spec and SDKs still move quickly. Prefer the official site. This course tracks protocol 2026-07-28 and official Python SDK v2 (class name MCPServer).


Official


SDKs and tooling

pip install mcp installs v2. Pin mcp>=1.28,<2 only if you must keep the v1 FastMCP import. Prefect’s separate FastMCP project is not the official package.


Agent / client courses on this site (wiring, not a second protocol course)

Do not add .html or .md to these paths:

CourseHomeMCP chapter
Cursor/en/cursor//en/cursor/mcp
Claude Code/en/claude-code//en/claude-code/mcp
Codex/en/codex//en/codex/mcp
OpenCode/en/opencode//en/opencode/mcp-lsp
LangChain/en/langchain/Agent framework; can sit beside MCP

Chinese pages drop the /en prefix, for example /claude-code/mcp.


Tutorial index

  1. MCP Tutorial
  2. Introduction
  3. Architecture
  4. Primitives
  5. Transports
  6. Installation
  7. Quick Start
  8. Python Server
  9. Connect Clients
  10. Official Servers
  11. Security
  12. Practical Examples

Contribute

This tutorial lives in Kenhuang Academy. When the spec or SDK changes, update docs/zh/mcp/ and docs/en/mcp/ together.


Next

评论