Skip to content
Claude Desktop

Kotlin & Java Library Sources for Claude Desktop

io.github.aoreshkov/kotlin-lib-mcp

Kotlin/Java library sources, public API and KDoc from the real Maven sources jar, for AI agents

client:Claude Desktop transport:stdio runtime:oci

Install Kotlin & Java Library Sources in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "kotlin-lib-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aoreshkov/kotlin-lib-mcp:0.6.0"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Kotlin & Java Library Sources in other clients