About
Overview
The MQTT MCP Server enables AI agents to communicate with IoT devices through MQTT protocol. It provides tools for publishing messages, subscribing to topics, and managing MQTT connections.
Capabilities
Tools & Capabilities
⚡publish
Publish a message to an MQTT topic
⚡subscribe
Subscribe to an MQTT topic
⚡list_topics
List active topics
Setup
Installation
bash
Install
npx -y mcp-server-mqttExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"mqtt": {
"command": "npx",
"args": ["-y", "mcp-server-mqtt"]
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 55
Last UpdatedFeb 12, 2026