server (MCP Server)

GitHub

A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui)

Claude Desktop Configuration

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

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