# Model Context Protocol ## Docs - [示例客户端](https://mcp-cn.ssshooter.com/clients.md): 支持 MCP 集成的应用程序列表 - [Contributing](https://mcp-cn.ssshooter.com/development/contributing.md): How to participate in Model Context Protocol development - [Roadmap](https://mcp-cn.ssshooter.com/development/roadmap.md): Our plans for evolving Model Context Protocol - [What's New](https://mcp-cn.ssshooter.com/development/updates.md): The latest updates and improvements to MCP - [核心架构](https://mcp-cn.ssshooter.com/docs/concepts/architecture.md): 了解 MCP 如何连接客户端、服务器和 LLM - [提示词](https://mcp-cn.ssshooter.com/docs/concepts/prompts.md): 创建可重用的提示词模板和工作流 - [资源](https://mcp-cn.ssshooter.com/docs/concepts/resources.md): 向 LLM 暴露来自服务器的数据和内容 - [根目录](https://mcp-cn.ssshooter.com/docs/concepts/roots.md): 理解 MCP 中的根目录概念 - [采样](https://mcp-cn.ssshooter.com/docs/concepts/sampling.md): 让你的服务器从 LLM 请求补全 - [工具](https://mcp-cn.ssshooter.com/docs/concepts/tools.md): 使大语言模型能够通过你的服务器执行操作 - [传输层](https://mcp-cn.ssshooter.com/docs/concepts/transports.md): 了解 MCP 的通信机制 - [调试](https://mcp-cn.ssshooter.com/docs/tools/debugging.md): Model Context Protocol (MCP) 集成调试的完整指南 - [检查器](https://mcp-cn.ssshooter.com/docs/tools/inspector.md): 使用MCP检查器测试和调试Model Context Protocol服务器的深入指南 - [示例服务器](https://mcp-cn.ssshooter.com/examples.md): 服务器示例和实现列表 - [介绍](https://mcp-cn.ssshooter.com/introduction.md): 开始使用模型上下文协议 (MCP) - [面向客户端开发者](https://mcp-cn.ssshooter.com/quickstart/client.md): 学习如何构建一个可以与所有 MCP 服务器集成的客户端。 - [面向服务器开发者](https://mcp-cn.ssshooter.com/quickstart/server.md): 学习如何构建自己的服务器以用于 Claude for Desktop 和其他客户端。 - [面向 Claude Desktop 用户](https://mcp-cn.ssshooter.com/quickstart/user.md): 开始在 Claude Desktop 中使用预构建的服务器。 - [MCP Client](https://mcp-cn.ssshooter.com/sdk/java/mcp-client.md): Learn how to use the Model Context Protocol (MCP) client to interact with MCP servers - [Overview](https://mcp-cn.ssshooter.com/sdk/java/mcp-overview.md): Introduction to the Model Context Protocol (MCP) Java SDK - [MCP Server](https://mcp-cn.ssshooter.com/sdk/java/mcp-server.md): Learn how to implement and configure a Model Context Protocol (MCP) server - [使用LLMs构建MCP](https://mcp-cn.ssshooter.com/tutorials/building-mcp-with-llms.md): 使用Claude等LLMs加速你的MCP开发! ## Optional - [Python SDK](https://github.com/modelcontextprotocol/python-sdk) - [TypeScript SDK](https://github.com/modelcontextprotocol/typescript-sdk) - [Java SDK](https://github.com/modelcontextprotocol/java-sdk) - [Kotlin SDK](https://github.com/modelcontextprotocol/kotlin-sdk) - [C# SDK](https://github.com/modelcontextprotocol/csharp-sdk) - [Specification](https://spec.modelcontextprotocol.io)