kotlin-lsp

stdio
kotlin

Used by 1 plugin

Installs kotlin-lsp, the highest-starred plugin that provides this server

Install
1
Run in your terminal
$
npx claudepluginhub anthropics/claude-plugins-official --plugin kotlin-lsp
Requires Language Server Binary

This LSP server requires kotlin-lspto be installed on your system. Make sure it's available in your PATH before enabling.

Add to Your Project

Add to your .lsp.json or plugin.json:

{
  "lspServers": {
    "kotlin-lsp": {
      "command": "kotlin-lsp",
      "extensionToLanguage": {
        ".kt": "kotlin",
        ".kts": "kotlin"
      },
      "args": [
        "--stdio"
      ]
    }
  }
}
Supported Languages
kotlin
.kt.kts
Command
kotlin-lsp
Transport
stdio
Arguments
--stdio
Advanced Configuration
Startup Timeout:120000ms
Restart on Crash:Yes