Denon MCP Server
Related Servers
Alternatives to Denon MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceEnables full control of an Apple TV over the local network, including playback, remote navigation, app launching, deep links, and power management.13MIT
- AlicenseNot gradedqualityCmaintenanceEnables controlling a Logitech Harmony Hub over its local WebSocket API, including listing activities and devices, starting activities, powering off, and sending IR commands.170 npmMIT
- FlicenseAqualityCmaintenanceEnables MCP clients to control Sony Bravia TVs over the local network, including power, HDMI inputs, apps, volume, and mute through the TV's JSON-RPC API.8-
- AlicenseAqualityBmaintenanceEnables controlling Bluesound/BluOS players with transport, volume, multi-room grouping, presets, and search/play across streaming services like TIDAL and TuneIn.19MIT
- AlicenseBqualityCmaintenanceEnables controlling LG webOS TVs via MCP, including apps, volume, remote keys, mouse, inputs, channel selection, program guides, screenshots, and Wake-on-LAN power on, without installing additional software on the TV.3995 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables discovering, pairing with, and controlling Samsung Tizen TVs on a local network.2 npmMIT
TDQS
Scored across 10 tools
Most tools target distinct actions: volume control, mute control, power control, status, and input selection. The only minor overlap is mute_on/mute_off/mute_toggle, where toggle is redundant with the explicit setter tools, but descriptions are clear enough to avoid serious confusion.
Tool names mostly follow a predictable snake_case pattern with noun prefixes like volume_, mute_, power_. Minor inconsistency exists with get_status and set_input, which place the verb first, but this is still readable and clearly structured.
Ten tools is well-scoped for a Denon AVR control server. Every tool covers a meaningful function: volume, mute, power, status, and input, without unnecessary bloat or trivial duplicates.
The core AV receiver control surface is covered: volume adjust and set, mute control, power on/off, status retrieval, and input selection. Minor gaps exist such as missing per-zone controls or more advanced audio settings, but the essential operations are complete.