Model Context Protocol

MCP Server for Loxone

Connect your AI directly to Loxone Miniserver. The MCP protocol enables Claude, GPT and other AI tools to control your smart home using natural language.

What is MCP?

Model Context Protocol (MCP) is an open standard by Anthropic that allows AI tools to communicate with external systems.

AI (Claude / GPT)
MCP Server
Loxone Miniserver

The MCP Server acts as a bridge between the AI tool and your Loxone Miniserver. The AI sends a command via the MCP protocol, the server translates it into a Loxone API call and returns the result back to the conversation.

Deployment options

Choose the method that works best for you. Cloud, Docker or local installation.

☁️

Cloud

Managed cloud server. No installation needed, works from anywhere. Just register and add your Miniserver.

// MCP endpoint https://cloud.loxoneai.com
📦

Docker

Self-hosted container in your network. Full control over data, no external dependencies.

docker run -p 8080:8080 \ loxoneai/mcp-server
💻

Local

Direct connection from your computer. Ideal for Claude Desktop with a local MCP server.

// claude_desktop_config.json { "mcpServers": { "loxone": { "command": "python3", "args": ["mcp_server.py"] } } }

Available MCP tools

Each tool is automatically available in your AI client after connecting the MCP server.

Tool Description
loxone_lights Light control - turn on, off, dim lights in any room
loxone_blinds Blinds and shutters - up, down, exact position in percent
loxone_temperatures Temperature sensors - read current temperatures in all rooms
loxone_list_devices Device list - complete overview of all devices in the system
loxone_command Direct commands - send any command to the Loxone Miniserver
loxone_get_room_summary Room summary - status of all devices in a specific room
loxone_get_status Device status - check the current state of a specific device
loxone_get_weather Weather - current weather data from Loxone weather station

Quick start

Three simple steps and your smart home listens to AI.

1

Register

Create an account on loxoneai.com. Registration is free and takes less than a minute.

2

Add Miniserver

Enter the IP address or Cloud URL of your Loxone Miniserver and login credentials.

3

Talk to AI

Open Claude, GPT or another AI tool and start controlling your smart home by voice.

Ready to start?

Connect your AI to Loxone smart home today.