Content
# Model Context Protocol (MCP) Chinese Tutorial
Hello everyone, I am Chen Mingyong. This repository will explain the Chinese tutorial for `Model Context Protocol` (`MCP`). `MCP` is an open standard designed to standardize the interaction between large language models (`LLM`) and external data sources and tools.
# Table of Contents
- [Mastering the MCP Context Protocol in One Article: From Theory to Practice](./tutorials/一文掌握%20MCP%20上下文协议:从理论到实践/一文掌握%20MCP%20上下文协议:从理论到实践.md): A comprehensive article explaining the Model Context Protocol (`MCP`). Through this article, you can quickly understand the concepts related to `MCP` and deepen your understanding by reading code examples.
- [Easily Build MCP Client and Server with Go](./tutorials/用%20Go%20语言轻松构建%20MCP%20客户端与服务器/用%20Go%20语言轻松构建%20MCP%20客户端与服务器.md): As `MCP` becomes increasingly popular, the `Go MCP` library has emerged. This article will introduce how to easily build `MCP` clients and servers in the `Go` language.
- [Detailed Explanation of MCP Protocol Updates: From HTTP+SSE to Streamable HTTP](./tutorials/MCP%20协议更新详解:从%20HTTP+SSE%20到%20Streamable%20HTTP/MCP%20协议更新详解:从%20HTTP+SSE%20到%20Streamable%20HTTP.md): `Streamable HTTP` is a significant optimization of the `MCP` protocol's transport layer. It retains the advantages of the original `HTTP + SSE` model while addressing issues such as unrecoverable connections, heavy long connection burdens, and inflexible transmission, resulting in higher availability and flexibility.
- [Three Sentences to Solve Weekend Travel Plans! I Used AI to Generate a One-Day Tour Visualization Page, and It Can Go Online Instantly!](./tutorials/三句话搞定周末出行攻略!我用%20AI%20生成一日游可视化页面,还能秒上线!/三句话搞定周末出行攻略!我用%20AI%20生成一日游可视化页面,还能秒上线!.md): This article will introduce how to combine `AI` with Gaode Map and `EdgeOne Pages Deploy` to provide an `MCP Server`, allowing you to generate a visual one-day tour itinerary page with just three sentences and deploy it to `EdgeOne` for online access.
- [MCP Practical Application: Developing an MCP Server to Query IP Information with Go](./tutorials/MCP%20实战:用%20Go%20语言开发一个查询%20IP%20信息的%20MCP%20服务器/MCP%20实战:用%20Go%20语言开发一个查询%20IP%20信息的%20MCP%20服务器.md): With the rapid popularity and widespread application of `MCP`, `MCP` servers are emerging one after another. Most developers use the official `typescript-sdk` for `MCP` server development, while as `Go` developers, we can also leverage excellent third-party libraries to develop `MCP` servers, such as `ThinkInAIXYZ/go-mcp`. This article will detail how to use the `go-mcp` library in the `Go` language to develop an `MCP` server that queries `IP` information.
- [Detailed Explanation of MCP Protocol Updates (2025-06-18)](./tutorials/MCP%20协议更新详解(2025-06-18)/MCP%20协议更新详解(2025-06-18).md): The `MCP` (`Model Context Protocol`) protocol released its latest version on `2025-06-18`, which is a major update covering security enhancements, feature completions, and specification simplifications.
# Learning and Communication
Articles are generally updated on the public account first and then synchronized to the site. The road to success is not crowded; would you like to join me? Feel free to add me on WeChat: `chenmingyong1999`, or follow my public account:

# Thank You for Your Support
If you gain anything from reading the articles, even a little, it is a great encouragement for me; feel free to `Star` to give the author the greatest encouragement.
# Appreciation
Writing is not easy. If the tutorial has brought you gains and help, would you consider making a donation? The amount is up to you, thank you! When donating, please be sure to note the source and your name.
<div>
<img src="https://raw.githubusercontent.com/chenmingyong0423/blog/master/images/wx-pay.png" alt="Chen Mingyong's WeChat QR Code">
<img src="https://raw.githubusercontent.com/chenmingyong0423/blog/master/images/ali-pay.png" alt="Chen Mingyong's Alipay QR Code">
</div>
# Copyright Statement
All articles are licensed under [Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh).
Connection Info
You Might Also Like
MarkItDown MCP
Converting files and office documents to Markdown.
Time
Obtaining current time information and converting time between different...
Filesystem
Model Context Protocol Servers
Sequential Thinking
Offers a structured approach to dynamic and reflective problem-solving,...
Git
Model Context Protocol Servers
Context 7
Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors