mqttx-mcp-sse-server
2
The MQTTX SSE Server implements the Model-Context Protocol (MCP) to facilitate MQTT operations using Server-Sent Events (SSE). It supports connectivity and message handling for MQTT brokers, allowing real-time message delivery and session management for multiple clients.
MQTTX SSE Server
An implementation of the Model-Context Protocol (MCP) that enables MQTT operations over Server-Sent Events (SSE) transport.
Features
- Implements MCP protocol version 2024-11-05
- Uses SSE (Server-Sent Events) as the transport layer
- Provides MQTT operations through MCP tools:
- Connect to MQTT brokers
- Subscribe to MQTT topics
- Publish messages to MQTT topics
- Real-time message delivery from subscribed topics
- Session management for multiple clients