# kerryjiang/SuperSocket | Model Context Protocol (MCP) Server > 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. - **Stars**: ⭐ 4,220 - **Language**: C# - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "SuperSocket": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-SuperSocket" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "SuperSocket": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-SuperSocket" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-SuperSocket` - **Docker**: `docker run -i --rm mcp/SuperSocket`