WebSocket Enhancer

Combines a standard server with WebSocket functionality to enable real-time data updates and efficient asynchronous operations for

virajsharma2000 31
Claude CodeClaude DesktopGeneric
View source ↗

This MCP server implementation combines a standard MCP server with WebSocket functionality to enable real-time data updates. Developed by Viraj Sharma, it runs an MCP server on port 8080 for handling standard requests, while a WebSocket server on port 8765 allows clients to subscribe to and receive push notifications for new data. The server utilizes asyncio for efficient asynchronous operations, making it suitable for applications requiring both traditional MCP interactions and real-time data streaming capabilities.

Source

Repository: https://github.com/virajsharma2000/mcp-websocket

Maintain WebSocket Enhancer?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[WebSocket Enhancer on getagentictools](https://getagentictools.com/mcp/virajsharma2000-mcp-websocket?ref=badge)