kotlin-sdk

The official Kotlin SDK for Model Context Protocol servers and clients. Maintained in collaboration with JetBrains

GitHub Stars

1,026

User Rating

Not Rated

Favorites

0

Views

5

Forks

151

Issues

72

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

Installation

Prerequisites

Kotlin: 1.5 or higher
Gradle: 7.0 or higher

Installation Steps

1. Add Repository

Add the new repository to your build file:
kotlin
repositories {
    mavenCentral()
}

2. Add Dependency

Add the dependency:
kotlin
dependencies {
    implementation("io.modelcontextprotocol:kotlin-sdk:$mcpVersion")
}

Troubleshooting

Issue: Unable to resolve dependencies Solution: Ensure that Maven Central is correctly configured.
Author Information
Model Context Protocol

An open protocol that enables seamless integration between LLM applications and external data sources and tools.

34,898

Followers

23

Repositories

0

Gists

0

Total Contributions

Related MCPs
kotlin-sdk logo

The official Kotlin SDK for Model Context Protocol servers and clients. Maintained in collaboration with JetBrains

Kotlin
koog logo
koog
2957

Koog is the official Kotlin framework for building and running robust, scalable and production-ready AI agents across all platforms – from backend services to Android and iOS, JVM, and even in-browser environments. Koog is based on our AI products expertise and provides proven solutions for complex LLM and AI problems

Kotlin
mcp-kotlin-sdk logo

Kotlin implementation of the Model Context Protocol (MCP)

Kotlin