websockets (MCP Server)

GitHub

Library for building WebSocket servers and clients in Python

Claude Desktop Configuration

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

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