# Model Context Protocol ## Docs - [Example Clients](https://mcp-jerome-tool-annotations.mintlify.app/clients.md): A list of applications that support MCP integrations - [Contributing](https://mcp-jerome-tool-annotations.mintlify.app/development/contributing.md): How to participate in Model Context Protocol development - [Roadmap](https://mcp-jerome-tool-annotations.mintlify.app/development/roadmap.md): Our plans for evolving Model Context Protocol (H1 2025) - [What's New](https://mcp-jerome-tool-annotations.mintlify.app/development/updates.md): The latest updates and improvements to MCP - [Core architecture](https://mcp-jerome-tool-annotations.mintlify.app/docs/concepts/architecture.md): Understand how MCP connects clients, servers, and LLMs - [Prompts](https://mcp-jerome-tool-annotations.mintlify.app/docs/concepts/prompts.md): Create reusable prompt templates and workflows - [Resources](https://mcp-jerome-tool-annotations.mintlify.app/docs/concepts/resources.md): Expose data and content from your servers to LLMs - [Roots](https://mcp-jerome-tool-annotations.mintlify.app/docs/concepts/roots.md): Understanding roots in MCP - [Sampling](https://mcp-jerome-tool-annotations.mintlify.app/docs/concepts/sampling.md): Let your servers request completions from LLMs - [Tools](https://mcp-jerome-tool-annotations.mintlify.app/docs/concepts/tools.md): Enable LLMs to perform actions through your server - [Transports](https://mcp-jerome-tool-annotations.mintlify.app/docs/concepts/transports.md): Learn about MCP's communication mechanisms - [Debugging](https://mcp-jerome-tool-annotations.mintlify.app/docs/tools/debugging.md): A comprehensive guide to debugging Model Context Protocol (MCP) integrations - [Inspector](https://mcp-jerome-tool-annotations.mintlify.app/docs/tools/inspector.md): In-depth guide to using the MCP Inspector for testing and debugging Model Context Protocol servers - [Example Servers](https://mcp-jerome-tool-annotations.mintlify.app/examples.md): A list of example servers and implementations - [Introduction](https://mcp-jerome-tool-annotations.mintlify.app/introduction.md): Get started with the Model Context Protocol (MCP) - [For Client Developers](https://mcp-jerome-tool-annotations.mintlify.app/quickstart/client.md): Get started building your own client that can integrate with all MCP servers. - [For Server Developers](https://mcp-jerome-tool-annotations.mintlify.app/quickstart/server.md): Get started building your own server to use in Claude for Desktop and other clients. - [For Claude Desktop Users](https://mcp-jerome-tool-annotations.mintlify.app/quickstart/user.md): Get started using pre-built servers in Claude for Desktop. - [MCP Client](https://mcp-jerome-tool-annotations.mintlify.app/sdk/java/mcp-client.md): Learn how to use the Model Context Protocol (MCP) client to interact with MCP servers - [Overview](https://mcp-jerome-tool-annotations.mintlify.app/sdk/java/mcp-overview.md): Introduction to the Model Context Protocol (MCP) Java SDK - [MCP Server](https://mcp-jerome-tool-annotations.mintlify.app/sdk/java/mcp-server.md): Learn how to implement and configure a Model Context Protocol (MCP) server - [Building MCP with LLMs](https://mcp-jerome-tool-annotations.mintlify.app/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) - [Specification](https://spec.modelcontextprotocol.io)