SuperSocket

GitHub

SuperSocket is a high-performance, extensible socket server application framework for .NET. It provides a robust architecture for building custom network communication applications with support for multiple protocols including TCP, UDP, and WebSocket.

RAW Config

Claude Desktop Configuration

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

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