Denon AVR for Grok
io.github.amineutron/denon-mcp
Control a Denon AVR home cinema receiver over telnet: power, volume, mute, input source, status.
client:Grok
transport:stdio
runtime:pypi
Install Denon AVR in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"denon-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"denon-mcp"
],
"env": {
"DENON_HOST": "<DENON_HOST>",
"DENON_PORT": "<DENON_PORT>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs