Set up the Unified Hi-Fi Control MCP server to control your music system.
Configures the Hi-Fi Control MCP server to manage music playback and volume.
/plugin marketplace add open-horizon-labs/unified-hifi-control/plugin install hifi-control@hifi-controlSet up the Unified Hi-Fi Control MCP server to control your music system.
Prerequisites: You need the unified-hifi-control bridge running somewhere on your network. This MCP server connects to the bridge via HTTP.
Execute these steps in order:
Ask the user where their unified-hifi-control bridge is running:
http://localhost:8088Store this as HIFI_BRIDGE_URL.
Verify the bridge is reachable:
curl -s ${HIFI_BRIDGE_URL}/status
If this fails, help the user:
cd /path/to/unified-hifi-control && npm startdocker run -p 8088:8088 ghcr.io/cloud-atlas-ai/unified-hifi-controlUse the claude mcp add command:
claude mcp add hifi-control --scope user -e HIFI_BRIDGE_URL=${HIFI_BRIDGE_URL} -- node /path/to/unified-hifi-control/mcp/index.js
Tell the user:
hifi_zones - List Roon zoneshifi_now_playing - What's playinghifi_control - Play, pause, volumehifi_hqplayer_* - HQPlayer control