BernhardRode/loxone-mcp-server
If you are the rightful owner of loxone-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Loxone MCP Server connects AI assistants and IDEs to Loxone smart home systems, enabling control through natural language or code.
Tools
Functions exposed to the LLM to take actions
loxone_list_devices
List all devices (requires: host, username, password)
loxone_get_device_state
Get current device state (requires: host, username, password, uuid)
loxone_set_switch
Turn switches on/off (requires: host, username, password, uuid, state)
loxone_set_dimmer
Control light brightness (requires: host, username, password, uuid, brightness)
loxone_set_cover_position
Control blinds/covers (requires: host, username, password, uuid, position)
loxone_set_temperature
Set climate target temperature (requires: host, username, password, uuid, temperature)
loxone_list_scenes
List available scenes (requires: host, username, password)
loxone_trigger_scene
Activate a scene (requires: host, username, password, uuid)
loxone_send_command
Send raw commands (requires: host, username, password, uuid, value)
loxone_send_secured_command
PIN-protected commands (requires: host, username, password, uuid, value, code)
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client