Language:JapaneseEnglish

kotlin-lsp Claude Code Plugin

Author
Anthropic
Category
Development
Topics
Code Search & Code Intelligence
Version
1.0.0
First cataloged
2026-07-09 (UTC)
Explanation last updated
2026-07-12 (UTC)
Source (GitHub) last updated
2026-02-20 (UTC) (188 days ago)

The explanation below is AI-generated. Please verify it against the sources.

kotlin-lsp is a Claude Code plugin that integrates a Kotlin language server to provide code intelligence, refactoring, and analysis. It supports files with the .kt and .kts extensions. Installation requires the Kotlin LSP CLI, which the README instructs installing via brew install JetBrains/utils/kotlin-lsp. The README also links to the underlying Kotlin/kotlin-lsp project for more information. No further details on specific features, pricing, or homepage are given in the source.

About the service

According to the README, kotlin-lsp is a plugin for Claude Code that connects a Kotlin language server (built on the Kotlin/kotlin-lsp project) to enable code intelligence, refactoring, and analysis for Kotlin source files.

What you can do with kotlin-lsp

  • Use code intelligence features for .kt and .kts files
  • Perform refactoring on Kotlin code
  • Run analysis on Kotlin code
  • Install the required Kotlin LSP CLI via brew install JetBrains/utils/kotlin-lsp
  • Reference the Kotlin/kotlin-lsp project for further information (unknown details beyond the linked reference)

Sources

Back to list