#102 · Primary category: LLM Application Frameworks
kotlin-sdk
The official Kotlin SDK for Model Context Protocol servers and clients. Maintained in collaboration with JetBrains
Project last updated:08/24/26
GitHub Stars
1.4K
Forks
241
Contributors
56
License
Other
Why we included this project
The official Kotlin SDK for Model Context Protocol gives Kotlin developers a way to implement both MCP clients and servers without writing the wire protocol themselves. Because it is Kotlin Multiplatform, the same code compiles to JVM, Native, JS, and Wasm, and the coroutine-based APIs fit naturally into idiomatic Kotlin projects. It covers the main transports, including stdio, SSE, streamable HTTP, and WebSocket, so you can connect a local CLI tool or a networked service. JetBrains helps maintain it, which is a good sign for teams already invested in the Kotlin ecosystem. This is a developer library, so its value shows up when you integrate MCP into an existing JVM or multiplatform application rather than as a standalone tool.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform