Spaces:
Running
Running
File size: 2,969 Bytes
e3d2b03 9c9c19b e3d2b03 9c9c19b e3d2b03 9c9c19b e2a696f 9c9c19b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | ---
title: README
emoji: π
colorFrom: blue
colorTo: yellow
sdk: static
pinned: false
license: mit
---
# Model Context Protocol
<p align="center">
<img src="https://raw.githubusercontent.com/modelcontextprotocol/.github/main/profile/assets/light.png" alt="MCP Logo" />
</p>
<p align="center">
<strong>A protocol for seamless integration between LLM applications and external data sources</strong>
</p>
<p align="center">
<a href="https://modelcontextprotocol.io">Documentation</a> |
<a href="https://spec.modelcontextprotocol.io">Specification</a> |
<a href="https://github.com/orgs/modelcontextprotocol/discussions">Discussions</a>
</p>
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.
## Getting Started
- π Read the [Documentation](https://modelcontextprotocol.io) for guides and tutorials
- π Review the [Specification](https://spec.modelcontextprotocol.io) for protocol details
- π» Use our SDKs to start building:
- [TypeScript SDK](https://github.com/modelcontextprotocol/typescript-sdk)
- [Python SDK](https://github.com/modelcontextprotocol/python-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)
## Project Structure
- [specification](https://github.com/modelcontextprotocol/specification) - Protocol specification and documentation
- [typescript-sdk](https://github.com/modelcontextprotocol/typescript-sdk) - TypeScript implementation
- [python-sdk](https://github.com/modelcontextprotocol/python-sdk) - Python implementation
- [java-sdk](https://github.com/modelcontextprotocol/java-sdk) - Java implementation
- [kotlin-sdk](https://github.com/modelcontextprotocol/kotlin-sdk) - Kotlin implementation
- [csharp-sdk](https://github.com/modelcontextprotocol/csharp-sdk) - C# implementation
- [docs](https://github.com/modelcontextprotocol/docs) - User documentation and guides
- [create-kotlin-server](https://github.com/modelcontextprotocol/kotlin-sdk/tree/main/samples/kotlin-mcp-server) - Kotlin sample server
- [servers](https://github.com/modelcontextprotocol/servers) - List of maintained servers
## Contributing
We welcome contributions of all kinds! Whether you want to fix bugs, improve documentation, or propose new features, please see our [contributing guide](CONTRIBUTING.md) to get started.
Have questions? Join the discussion in our [community forum](https://github.com/orgs/modelcontextprotocol/discussions).
## About
The Model Context Protocol is an open source project run by [Anthropic, PBC.](https://anthropic.com) and open to contributions from the entire community. |