
Syntropic Loxone MCP
Syntropic Loxone MCP lets AI assistants list rooms and controls, retrieve live device states and send Miniserver commands.

About
Syntropic Loxone MCP lets AI assistants list rooms and controls, retrieve live device states and send Miniserver commands.
Key Features
- Find devices by name, room or type.
- Read sensor values and operate documented controls.
Use Cases
Connect a Loxone Miniserver and its device information with an AI assistant.
Limitations
This community server has a different connection model from other Loxone MCP implementations.
Sources
- Project documentation: https://github.com/syntropicsignal-ai/loxone-mcp
MCP Setup
Prerequisites
- Node.js 20+ or Docker.
- Loxone Miniserver with Cloud Connect.
Access requirements
- Miniserver serial and credentials; configure an MCP API key for the server.
Client setup
Other
Transport: http
{
"mcpServers": {
"loxone": {
"url": "https://your-server/mcp",
"headers": {
"Authorization": "Bearer YOUR_MCP_API_KEY"
}
}
}
}
- Clone https://github.com/syntropicsignal-ai/loxone-mcp.git
- Copy .env.example to .env and configure Miniserver credentials and MCP_API_KEY.
- Run npm install, npm run build, then npm start.
- Replace the deployment URL in your client configuration.
The local service defaults to port 3000; /mcp is its MCP endpoint.
Environment variables
LOXONE_SERIALLOXONE_USERLOXONE_PASSMCP_API_KEY
Setup docs: https://github.com/syntropicsignal-ai/loxone-mcp
Tags
Alternatives
Comparable tools and resources explicitly connected to Syntropic Loxone MCP.
Related Entries
Keep exploring similar tools and resources in this category.
Related Reads
Background, tutorials, and protocol context connected to this entry.








