# Smarteon lox-mcp

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

Canonical URL: https://a2a-mcp.org/entry/smarteon-lox-mcp

Language: en

Category: MCP Servers

Updated: 2026-09-14

## 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`

```json
{
  "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_HOST`
- `LOXONE_USER`
- `LOXONE_PASS`

Setup docs: https://github.com/Smarteon/lox-mcp

## Tags

- MCP
- loxone
- java

## Alternatives

- Syntropic Loxone MCP
- Loxone Config MCP Server for Miniserver

## Sources

- [Project website](https://github.com/Smarteon/lox-mcp)
- [Project documentation](https://github.com/Smarteon/lox-mcp)

Last checked: 2026-09-14
