An opinionated Model Context Protocol (MCP) server for controlling Loxone home automation systems.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-loxone": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-loxone"
]
}
}
}
Run in terminal:
claude mcp add mcp-loxone cargo run -- mcp-loxone
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-loxone": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-loxone"
]
}
}
}