{"type":"mcp_server","name":"kotlin-sdk","description":"This Kotlin SDK implements the Model Context Protocol, enabling developers to build MCP clients and servers for standardized LLM context management. It supports various transports and simplifies integration with LLM surfaces.","category":"Developer Tools","language":"Kotlin","stars":1393,"forks":37,"owner":"modelcontextprotocol","github_url":"https://github.com/modelcontextprotocol/kotlin-sdk","homepage":null,"setup":"## Setup\n\nAdd the new repository to your build file:\n\n```kotlin\nrepositories {\n    mavenCentral()\n}\n```\n\nAdd the dependency:\n\n```kotlin\ndependencies {\n    implementation(\"io.modelcontextprotocol:kotlin-sdk:0.4.0\")\n}\n```","tools":"## Available Tools\n\n1.  Build MCP clients (connect to any MCP server).\n2.  Create MCP servers (expose resources, prompts and tools).\n3.  Use standard transports (stdio, SSE, and WebSocket).\n4.  Handle all MCP protocol messages (and lifecycle events).\n","faq":null,"created_at":"2024-12-16T15:35:02+00:00","updated_at":"2025-03-28T16:30:39+00:00","source_url":"https://model-context-protocol.com/servers/kotlin-sdk-model-context-protocol-implementation","related_articles":[]}