Overview
What is Coreflux MCP Server?
An enterprise-grade Model Context Protocol (MCP) server that provides secure, scalable access to Coreflux MQTT brokers and comprehensive automation capabilities for Claude and other MCP-compatible AI assistants.
How to use Coreflux MCP Server?
Deploy via Docker (recommended) or install Python dependencies and run python server.py. Configure by editing .env or using the interactive setup assistant (python setup_assistant.py). Connect Claude Desktop by adding the server configuration to claude_desktop_config.json.
Key features of Coreflux MCP Server
- MQTT integration with full TLS support
- Complete Coreflux API access (models, actions, rules, routes)
- LOT code generation via Coreflux Copilot API
- Dynamic discovery and listing of available actions
- Comprehensive health monitoring and system checks
- Docker and Kubernetes deployment support
Use cases of Coreflux MCP Server
- Automate MQTT message publishing and broker management via AI assistants
- Generate and deploy Language-of-Things (LOT) automation code
- Monitor broker health and system components in real time
- Securely integrate enterprise MQTT infrastructure with conversational AI
FAQ from Coreflux MCP Server
What are the runtime requirements?
Python 3.11 or higher, or Docker (optional, for containerized deployment). Access to a Coreflux MQTT broker is required; a Coreflux Copilot API key is optional.
How do I connect Claude to the server?
Add the server configuration to the Claude Desktop config file (claude_desktop_config.json) with the command set to python and the appropriate args and env variables for MQTT connection and API key.
Does the server support TLS encryption?
Yes, the server supports full TLS encryption for MQTT connections. TLS certificate paths can be configured in the .env file.
What AI capabilities are available?
The server includes a copilot_assist tool that queries the Coreflux Copilot AI for automation assistance and LOT code generation.
How is security handled?
The server includes input sanitization, log sanitization of sensitive data, TLS support, comprehensive configuration validation, and secure secret management.