Loxone MCP server
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"loxone": {
"env": {
"LOXONE_HOST": "http://192.168.1.77",
"LOXONE_PASS": "your_password",
"LOXONE_USER": "your_username"
},
"args": [
"-jar",
"/path/to/lox-mcp/build/libs/lox-mcp-*.jar",
"--stdio",
"--resources-as-tools"
],
"command": "java"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server that connects AI assistants to Loxone Miniserver smart home systems.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
structure_summaryOverview of rooms, devices, and categories
loxone://structure/summary
roomsList of all rooms with device counts
loxone://rooms
room_devicesDevices in a specific room
loxone://rooms/{roomName}/devices
all_devicesComplete list of all devices
loxone://devices/all
devices_by_typeDevices filtered by type (e.g., Switch, Dimmer)
loxone://devices/type/{type}
devices_by_categoryDevices filtered by category
loxone://devices/category/{name}
categoriesList of all categories
loxone://categories
devices_statesReal-time state values for all devices
loxone://devices/states
device_stateState values for a specific device
loxone://devices/{uuid}/state
docs_tocLoxone docs table of contents — browse all documented sections and controls
loxone://docs
docs_controlsFlat list of all control types with detail links
loxone://docs/controls
docs_topicFull documentation for a control or general section (e.g. Switch, rooms)
loxone://docs/topic/{name}
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Pi Coding Agent extension (CLI-first) — routes bash/read/grep/find/ls through lean-ctx CLI for strong token savings. Optional MCP bridge can register advanced tools.
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.
97% token reduction for AI coding sessions — zero deps, 21 languages, MCP server
Autonomous spec-to-product coding-agent CLI with an MCP server exposing 34 tools over stdio.
MCP Security Weekly
Get CVE alerts and security updates for Lox Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server that connects AI assistants to Loxone Miniserver smart home systems.
Download the pre-built desktop app from the Releases page (configurator-v* tag). It will check Java, download the JAR, and configure your MCP clients automatically.
macOS: The DMG is not code-signed. On first open, right-click the app → Open, then confirm. Or run
xattr -cr /Applications/Lox-MCP\ Configurator.app.
lox-mcp-*-all.jar from Releases.export LOXONE_HOST=http://192.168.1.77
export LOXONE_USER=your_username
export LOXONE_PASS=your_password
{
"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"
}
}
}
}
Use
--resources-as-toolsif your client has limited resource support (recommended for most clients).
For HTTP/SSE transport, custom config files, Bitwarden credentials, and per-client setup details see docs/SETUP.md.
| Tool | Description |
|---|---|
control_device | Control a device by UUID (on, off, toggle, up, down, stop) |
control_devices_by_room | Control all devices in a room (optional type filter) |
control_devices_by_type | Control all devices of a specific type system-wide |
control_devices_by_category | Control all devices in a category |
send_command | Send a raw Loxone command |
| URI | Description |
|---|---|
loxone://structure/summary | Overview of rooms, devices, and categories |
loxone://rooms | All rooms with device counts |
loxone://rooms/{roomName}/devices | Devices in a specific room |
loxone://devices/all | All devices |
loxone://devices/type/{type} | Devices by type (Switch, Dimmer, …) |
loxone://devices/category/{name} | Devices by category |
loxone://devices/states | Real-time state of all devices |
loxone://devices/{uuid}/state | State of a specific device |
loxone://docs | Loxone docs table of contents |
loxone://docs/controls | All documented control types |
loxone://docs/topic/{name} | Full docs for a control or section |
Dual-licensed under AGPL-3.0 (open source) and a commercial license for proprietary use.