Kotlin MCP SDK
Model Context Protocol server for Kotlin MCP SDK.
New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.
Install guide → Connected Apps: Kotlin MCP SDK Claude Desktop
Installation Guide
Run command: npx -y @modelcontextprotocol/server-kotlin-mcp-sdk
Detailed Documentation
Model Context Protocol server for Kotlin MCP SDK.
Configuration
{
"mcpServers": {
"kotlin-mcp-sdk": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-kotlin-mcp-sdk"
],
"env": {}
}
}
}