Model Context Protocol
Verified
We've verified that the organizationmodelcontextprotocol controls the domain:
- modelcontextprotocol.io
A protocol for seamless integration between LLM applications and external data sources
Documentation |Specification |Discussions
The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. Whether you're building an AI-powered IDE, enhancing a chat interface, or creating custom AI workflows, MCP provides a standardized way to connect LLMs with the context they need.
- 📚 Read theDocumentation for guides and tutorials
- 🔍 Review theSpecification for protocol details
- 💻 Use our SDKs to start building:
- specification - Protocol specification and documentation
- typescript-sdk - TypeScript implementation
- python-sdk - Python implementation
- java-sdk - Java implementation
- kotlin-sdk - Kotlin implementation
- csharp-sdk - C# implementation
- docs - User documentation and guides
- create-kotlin-server - Kotlin sample server
- servers - List of maintained servers
We welcome contributions of all kinds! Whether you want to fix bugs, improve documentation, or propose new features, please see ourcontributing guide to get started.
Have questions? Join the discussion in ourcommunity forum.
The Model Context Protocol is an open source project run byAnthropic, PBC. and open to contributions from the entire community.
PinnedLoading
- modelcontextprotocol
modelcontextprotocol PublicSpecification and documentation for the Model Context Protocol
- python-sdk
python-sdk PublicThe official Python SDK for Model Context Protocol servers and clients
- typescript-sdk
typescript-sdk PublicThe official TypeScript SDK for Model Context Protocol servers and clients
- csharp-sdk
csharp-sdk PublicThe official C# SDK for Model Context Protocol servers and clients. Maintained in collaboration with Microsoft.
Repositories
- csharp-sdk Public
The official C# SDK for Model Context Protocol servers and clients. Maintained in collaboration with Microsoft.
modelcontextprotocol/csharp-sdk’s past year of commit activity - kotlin-sdk Public
The official Kotlin SDK for Model Context Protocol servers and clients. Maintained in collaboration with JetBrains
modelcontextprotocol/kotlin-sdk’s past year of commit activity - example-remote-server Public
A hosted version of the Everything server - for demonstration and testing purposes, hosted athttps://example-server.modelcontextprotocol.io/sse
modelcontextprotocol/example-remote-server’s past year of commit activity