ws (MCP Server)

GitHub

Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js

Claude Desktop Configuration

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

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