Model Context Protocol #
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.
Official Links #
Getting Started #
- π Read the Documentation for guides and tutorials
- π Review the Specification for protocol details
- π» Use our SDKs to start building:
Project Structure #
- specification - Protocol specification and documentation
- typescript-sdk - TypeScript implementation
- python-sdk - Python implementation
- java-sdk - Java implementation
- kotlin-sdk - Kotlin implementation
- docs - User documentation and guides
- create-python-server - Python server template
- create-typescript-server - TypeScript server template
- create-kotlin-server - Kotlin sample server
- servers - List of maintained servers