Coreflux MCP Server
@CorefluxCommunity
About Coreflux MCP Server
Coreflux MQTT MCP Server
Basic information
Category
Other
License
Apache-2.0
Runtime
python
Transports
stdio
Publisher
CorefluxCommunity
Submitted by
Hugo Vaz
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"CorefluxMCPServer": {
"command": "python",
"args": [
"setup_assistant.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
πͺ Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
Comments