> ## Documentation Index
> Fetch the complete documentation index at: https://mcp-zh.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 模型上下文协议（Model Context Protocol，MCP）中文文档

> MCP 官方文档的中文镜像 —— 完整、准确地映射官方技术文档。

MCP（Model Context Protocol，模型上下文协议）是一种用于将 AI 应用连接到外部系统的开源标准。本站是官方文档的高质量**中文镜像**，与官方保持结构、语义、版本与 URL 一致。

<Frame>
  <img src="https://mintcdn.com/mcp-zh-com/fSX9TLdMaDs9iBSP/images/mcp-simple-diagram.png?fit=max&auto=format&n=fSX9TLdMaDs9iBSP&q=85&s=db80480c17e6a6844851cd3418abde4c" width="3840" height="1500" data-path="images/mcp-simple-diagram.png" data-path="images/mcp-simple-diagram.png" />
</Frame>

可以把 MCP 想象成 AI 应用的 USB-C 接口。正如 USB-C 提供了连接电子设备的标准化方式，MCP 提供了将 AI 应用连接到外部系统的标准化方式。

## 从这里开始

<CardGroup cols={2}>
  <Card title="什么是 MCP？" icon="circle-question" href="/docs/2026-07-28/getting-started/intro">
    快速了解 MCP 是什么、能做什么、为何重要
  </Card>

  <Card title="理解架构" icon="book" href="/docs/2026-07-28/learn/architecture">
    掌握 MCP 的核心概念与整体架构
  </Card>

  <Card title="构建服务器" icon="server" href="/docs/2026-07-28/develop/build-server">
    创建 MCP 服务器以暴露你的数据和工具
  </Card>

  <Card title="构建客户端" icon="computer" href="/docs/2026-07-28/develop/build-client">
    开发连接到 MCP 服务器的应用
  </Card>
</CardGroup>

## 浏览全部内容

<CardGroup cols={3}>
  <Card title="文档" icon="book-open" href="/docs/2026-07-28/getting-started/intro">
    入门、核心概念与开发指南
  </Card>

  <Card title="规范" icon="file-lines" href="/specification/2026-07-28/index">
    协议规范与技术细节
  </Card>

  <Card title="SDK" icon="code" href="/docs/2026-07-28/sdk">
    各语言 SDK 概览
  </Card>

  <Card title="扩展" icon="puzzle-piece" href="/extensions/overview">
    MCP Apps、授权、Tasks 等扩展
  </Card>

  <Card title="注册表" icon="box-archive" href="/registry/about">
    MCP 服务器注册表
  </Card>

  <Card title="SEPs" icon="list-check" href="/seps/index">
    规范增强提案（Specification Enhancement Proposals）
  </Card>

  <Card title="社区" icon="users" href="/community/contributing">
    治理、贡献指南与工作组
  </Card>

  <Card title="GitHub" icon="github" href="https://github.com/modelcontextprotocol">
    官方开源仓库
  </Card>
</CardGroup>

<Note>
  本站为社区维护的**中文镜像**，内容忠实映射官方文档，不做二次解读或增删。如遇歧义，请以 [官方英文文档](https://modelcontextprotocol.io) 为准。
</Note>
