ktor (MCP Server)

GitHub

Framework for quickly creating connected applications in Kotlin with minimal effort

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "ktor": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ktor"
      ]
    }
  }
}