# Model Context Protocol ## Docs - [Example Clients](https://mcp.920929.xyz/clients.md): A list of applications that support MCP integrations - [Contributing](https://mcp.920929.xyz/development/contributing.md): How to participate in Model Context Protocol development - [Roadmap](https://mcp.920929.xyz/development/roadmap.md): Our plans for evolving Model Context Protocol - [What's New](https://mcp.920929.xyz/development/updates.md): The latest updates and improvements to MCP - [Core architecture](https://mcp.920929.xyz/docs/concepts/architecture.md): Understand how MCP connects clients, servers, and LLMs - [Prompts](https://mcp.920929.xyz/docs/concepts/prompts.md): Create reusable prompt templates and workflows - [Resources](https://mcp.920929.xyz/docs/concepts/resources.md): Expose data and content from your servers to LLMs - [Roots](https://mcp.920929.xyz/docs/concepts/roots.md): Understanding roots in MCP - [Sampling](https://mcp.920929.xyz/docs/concepts/sampling.md): Let your servers request completions from LLMs - [Tools](https://mcp.920929.xyz/docs/concepts/tools.md): Enable LLMs to perform actions through your server - [Transports](https://mcp.920929.xyz/docs/concepts/transports.md): Learn about MCP's communication mechanisms - [Debugging](https://mcp.920929.xyz/docs/tools/debugging.md): A comprehensive guide to debugging Model Context Protocol (MCP) integrations - [Inspector](https://mcp.920929.xyz/docs/tools/inspector.md): In-depth guide to using the MCP Inspector for testing and debugging Model Context Protocol servers - [Example Servers](https://mcp.920929.xyz/examples.md): A list of example servers and implementations - [Introduction](https://mcp.920929.xyz/introduction.md): Get started with the Model Context Protocol (MCP) - [For Client Developers](https://mcp.920929.xyz/quickstart/client.md): Get started building your own client that can integrate with all MCP servers. - [For Server Developers](https://mcp.920929.xyz/quickstart/server.md): Get started building your own server to use in Claude for Desktop and other clients. - [For Claude Desktop Users](https://mcp.920929.xyz/quickstart/user.md): Get started using pre-built servers in Claude for Desktop. - [MCP Client](https://mcp.920929.xyz/sdk/java/mcp-client.md): Learn how to use the Model Context Protocol (MCP) client to interact with MCP servers - [Overview](https://mcp.920929.xyz/sdk/java/mcp-overview.md): Introduction to the Model Context Protocol (MCP) Java SDK - [MCP Server](https://mcp.920929.xyz/sdk/java/mcp-server.md): Learn how to implement and configure a Model Context Protocol (MCP) server - [架构](https://mcp.920929.xyz/specification/2025-03-26/architecture/index.md) - [授权](https://mcp.920929.xyz/specification/2025-03-26/basic/authorization.md) - [概述](https://mcp.920929.xyz/specification/2025-03-26/basic/index.md) - [生命周期](https://mcp.920929.xyz/specification/2025-03-26/basic/lifecycle.md) - [传输机制](https://mcp.920929.xyz/specification/2025-03-26/basic/transports.md) - [取消操作](https://mcp.920929.xyz/specification/2025-03-26/basic/utilities/cancellation.md) - [Ping](https://mcp.920929.xyz/specification/2025-03-26/basic/utilities/ping.md) - [进度](https://mcp.920929.xyz/specification/2025-03-26/basic/utilities/progress.md) - [主要变更](https://mcp.920929.xyz/specification/2025-03-26/changelog.md) - [根目录(Roots)](https://mcp.920929.xyz/specification/2025-03-26/client/roots.md) - [采样(Sampling)](https://mcp.920929.xyz/specification/2025-03-26/client/sampling.md) - [规范说明](https://mcp.920929.xyz/specification/2025-03-26/index.md) - [概述](https://mcp.920929.xyz/specification/2025-03-26/server/index.md) - [提示词(Prompts)](https://mcp.920929.xyz/specification/2025-03-26/server/prompts.md) - [资源(Resources)](https://mcp.920929.xyz/specification/2025-03-26/server/resources.md) - [工具(Tools)](https://mcp.920929.xyz/specification/2025-03-26/server/tools.md) - [补全](https://mcp.920929.xyz/specification/2025-03-26/server/utilities/completion.md) - [日志记录](https://mcp.920929.xyz/specification/2025-03-26/server/utilities/logging.md) - [分页](https://mcp.920929.xyz/specification/2025-03-26/server/utilities/pagination.md) - [Contributions](https://mcp.920929.xyz/specification/contributing.md) - [Versioning](https://mcp.920929.xyz/specification/versioning.md) - [Building MCP with LLMs](https://mcp.920929.xyz/tutorials/building-mcp-with-llms.md): Speed up your MCP development using LLMs such as Claude! ## 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)