Back to MCP Servers
🔌

Kotlin MCP SDK

NOASSERTION

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

KotlinAI & LLMs

Install

npx -y -y @modelcontextprotocol/inspector

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "kotlin-mcp-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "@modelcontextprotocol/inspector"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.