Standalone Go daemon bridging Homematic / HomeMatic IP CCUs to MQTT (with Home Assistant Discovery), a REST + WebSocket API, an MCP server, a Svelte config UI, and a native Matter bridge — multi-CCU, single static binary.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"openccu-loom": {
"command": "go",
"args": [
"run",
"github.com/SukramJ/openccu-loom@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add openccu-loom go run github.com/SukramJ/openccu-loom@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"openccu-loom": {
"command": "go",
"args": [
"run",
"github.com/SukramJ/openccu-loom@latest"
]
}
}
}
📋 Copy
Topics
bridge ccu cuxd eq3 golang home-assistant home-automation homematic homematicip matter matter-bridge mcp model-context-protocol mqtt openccu