
mcp-server
reijosirila Loxone MCP Server
reijosirila’s Loxone MCP Server bridges AI assistants to Loxone devices, states and control functions.

About
reijosirila’s Loxone MCP Server bridges AI assistants to Loxone devices, states and control functions.
Key Features
- Read building-automation data from a connected Miniserver.
- Invoke supported device-control operations through MCP.
Use Cases
Connect a Loxone Miniserver and its device information with an AI assistant.
Limitations
This community server is distinct from the native Loxone Config MCP plugin.
Sources
- Project documentation: https://github.com/reijosirila/loxone-mcp-server
MCP Setup
Prerequisites
- Node.js 22+ and npm according to the current README.
- Reachable Loxone Miniserver.
Access requirements
- Miniserver username and password.
Client setup
Claude Desktop
Transport: stdio
{
"mcpServers": {
"loxone": {
"command": "loxone-mcp-server",
"env": {
"LOXONE_HOST": "192.168.1.100",
"LOXONE_USERNAME": "YOUR_USERNAME",
"LOXONE_PASSWORD": "YOUR_PASSWORD"
}
}
}
}
- Install: npm install -g @reijosirila/loxone-mcp-server
- Replace the host and credentials in your private client configuration.
Environment variables
LOXONE_HOSTLOXONE_USERNAMELOXONE_PASSWORD
Setup docs: https://github.com/reijosirila/loxone-mcp-server
Tags
MCPloxonesmart-home
Alternatives
Comparable tools and resources explicitly connected to reijosirila Loxone MCP Server.
Related Entries
Keep exploring similar tools and resources in this category.
Related Reads
Background, tutorials, and protocol context connected to this entry.








