kotlin-sdk

modelcontextprotocol/kotlin-sdk
★ 1,291 stars Kotlin 💻 Code/Dev Tools Updated 1mo ago
The official Kotlin SDK for Model Context Protocol servers and clients. Maintained in collaboration with JetBrains
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kotlin-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "modelcontextprotocol/kotlin-sdk"
      ]
    }
  }
}

Topics

kotlin-multiplatformmcp