# reijosirila Loxone MCP Server

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

Canonical URL: https://a2a-mcp.org/entry/reijosirila-loxone-mcp-server

Language: en

Category: MCP Servers

Updated: 2026-09-14

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

```json
{
  "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_HOST`
- `LOXONE_USERNAME`
- `LOXONE_PASSWORD`

Setup docs: https://github.com/reijosirila/loxone-mcp-server

## Tags

- MCP
- loxone
- smart-home

## Alternatives

- Smarteon lox-mcp
- Syntropic Loxone MCP

## Sources

- [Project website](https://github.com/reijosirila/loxone-mcp-server)
- [Project documentation](https://github.com/reijosirila/loxone-mcp-server)

Last checked: 2026-09-14
