This server implements an MCP (Model Context Protocol) server with WebSocket enhancements for real-time data updates.
This project implements an MCP (Model Context Protocol) server with WebSocket enhancements for real-time data updates. It allows clients to make standard MCP requests while also enabling WebSocket-based subscriptions to receive push notifications when new data becomes available.
asyncio for efficient non-blocking operations.git clone https://github.com/your-repo/mcp-websocket-server.git
cd mcp-websocket-server
pip install websockets mcp-sdk # Replace with actual MCP SDK package name
Run the following command to start both the MCP and WebSocket servers:
python server.py
Clients can connect to the WebSocket server (ws://localhost:8765) and subscribe to updates by sending:
{"action": "subscribe"}
MCP clients can send requests to the MCP server at http://localhost:8080 with a payload like:
{"method": "get_data"}
The server will respond with:
{"result": "Here is your data!"}
This project is licensed under the MIT License.
Pull requests are welcome! For major changes, please open an issue first to discuss what you’d like to change.
For questions or suggestions, reach out via [[email protected]].
This server implements an MCP (Model Context Protocol) server with WebSocket enhancements for real-time data updates.
Audius Mcp Atris
Model Context Protocol server for Audius. Perform market research, purchase premium tracks, upload songs, and much more!
Weather Mcp Claudedesktop
An MCP (Model Context Protocol) tool that provides real-time weather data, forecasts, and historical weather information using the OpenWeatherMap API, specifically designed for Claude Desktop.
Adspirer Mcp Server
Model context Protocol (MCP) server for Adspirer
This Model Context Protocol (MCP) server enables LLMs like Claude to perform internet research using the Perplexity API. It provides real-time, up-to-date information with source citations.
A Model Context Protocol (MCP) server for querying the CVE-Search API
A Model Context Protocol server for SMTP email services
A Model Context Protocol (MCP) server for interacting with the OneSignal API