Back to directory
coreflux-mqtt-mcp

coreflux-mqtt-mcp

@CorefluxCommunity

企业级MQTT MCP服务器,提供对Coreflux MQTT broker的安全可扩展访问及AI自动化功能

mqttcorefluxiotautomationclaudemcppythonenterprise

Installation & Configuration

{
  "mcpServers": {
    "coreflux": {
      "command": "python",
      "args": [
        "/path/to/your/server.py"
      ],
      "env": {
        "MQTT_BROKER": "your-broker-host.com",
        "MQTT_PORT": "8883",
        "MQTT_USER": "your-username",
        "MQTT_PASSWORD": "your-password",
        "MQTT_USE_TLS": "true",
        "DO_AGENT_API_KEY": "your-copilot-api-key"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/12