libhv (MCP Server)

GitHub

πŸ”₯ ζ―”libevent/libuv/asioζ›΄ζ˜“η”¨ηš„η½‘η»œεΊ“γ€‚A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT/Redis client/server.

Claude Desktop Configuration

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

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