# Syntropic Loxone MCP

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

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

Language: en

Category: MCP Servers

Updated: 2026-09-14

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

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

Setup docs: https://github.com/syntropicsignal-ai/loxone-mcp

## Tags

- MCP
- loxone
- smart-home

## Alternatives

- Loxone Config MCP Server for Miniserver
- reijosirila Loxone MCP Server

## Sources

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

Last checked: 2026-09-14
