Skip to content
Cline

Denon AVR for Cline

io.github.amineutron/denon-mcp

Control a Denon AVR home cinema receiver over telnet: power, volume, mute, input source, status.

client:Cline transport:stdio runtime:pypi

Install Denon AVR in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "denon-mcp": {
      "command": "uvx",
      "args": [
        "denon-mcp"
      ],
      "env": {
        "DENON_HOST": "<DENON_HOST>",
        "DENON_PORT": "<DENON_PORT>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Denon AVR in other clients