Kotlin language server for Android and JVM development with intelligent completions.
## Kotlin LSP MCP Server: Android and JVM Development The **Kotlin LSP MCP Server** integrates JetBrains Kotlin language server into Google Antigravity, providing intelligent Kotlin development for Android, backend services, and multiplatform projects. ### Why Kotlin LSP MCP? Kotlin is the preferred language for Android. The Kotlin LSP MCP provides: - **Android Studio Features**: Full Android support - **Multiplatform**: KMP project support - **Coroutines**: Async code intelligence - **Java Interop**: Seamless Java integration ### Key Features #### 1. Android Development Complete Android support: - Layout binding - Resource references - Jetpack Compose - Android KTX #### 2. Kotlin Features Modern language support: - Null safety - Extension functions - Data classes - Sealed classes #### 3. Build Integration Gradle and Maven: - Kotlin DSL - Multiplatform targets - Dependency management ### Configuration ```json { "mcpServers": { "kotlin-lsp": { "command": "kotlin-language-server", "args": ["--mcp"] } } } ``` The Kotlin LSP MCP enables professional Android and JVM development.
{
"mcpServers": {
"kotlin-lsp": {}
}
}