MQTTX SSE
Createdysfscream
Enables MQTT operations over Server-Sent Events transport using the Model-Context Protocol.
About
MQTTX SSE provides an implementation of the Model-Context Protocol (MCP) using Server-Sent Events (SSE) as the transport layer, facilitating MQTT broker connectivity for AI assistants and other applications. It adheres to the MCP specification and enables real-time MQTT communication, allowing tools to connect, subscribe, and publish messages via a standardized protocol.
Key Features
- Offers real-time message delivery from subscribed topics
- Uses SSE for real-time communication
- 1 GitHub stars
- Provides MQTT connect, subscribe, and publish functionalities
- Implements MCP protocol version 2024-11-05
- Includes session management for multiple clients
Use Cases
- Integrating MQTT functionality into applications using Server-Sent Events
- Enabling AI assistants to interact with MQTT brokers
- Providing a standardized interface for MQTT operations