
mcp-server
Smarteon lox-mcp
Smarteon lox-mcp connects AI assistants to Loxone Miniservers for device control and live state information.

About
Smarteon lox-mcp connects AI assistants to Loxone Miniservers for device control and live state information.
Key Features
- Control supported lights, blinds and scenes.
- Read device states through a Miniserver connection.
Use Cases
Connect a Loxone Miniserver and its device information with an AI assistant.
Limitations
This is a separate Java-based community implementation, with its own configuration and release process.
Sources
- Project documentation: https://github.com/Smarteon/lox-mcp
MCP Setup
Prerequisites
- Java 21+; Loxone Miniserver Gen 1 or Gen 2.
Access requirements
- Miniserver credentials.
Client setup
Other
Transport: stdio
{
"mcpServers": {
"loxone": {
"command": "java",
"args": [
"-jar",
"/path/to/lox-mcp-all.jar",
"--stdio",
"--resources-as-tools"
],
"env": {
"LOXONE_HOST": "http://192.168.1.77",
"LOXONE_USER": "YOUR_USERNAME",
"LOXONE_PASS": "YOUR_PASSWORD"
}
}
}
}
- Download the JAR from the repository Releases page and replace the path and credentials.
Environment variables
LOXONE_HOSTLOXONE_USERLOXONE_PASS
Setup docs: https://github.com/Smarteon/lox-mcp
Tags
MCPloxonejava
Alternatives
Comparable tools and resources explicitly connected to Smarteon lox-mcp.
Related Entries
Keep exploring similar tools and resources in this category.
Related Reads
Background, tutorials, and protocol context connected to this entry.








