RokuMCP for Gemini CLI
io.github.jack1590/rokumcp
MCP server for Roku device automation — deploy, ECP control, screenshots, and debug console
client:Gemini CLI
transport:stdio
runtime:npm
Install RokuMCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"rokumcp": {
"command": "npx",
"args": [
"-y",
"roku-mcp"
],
"env": {
"ROKU_DEVICE_HOST": "<ROKU_DEVICE_HOST>",
"ROKU_DEVICE_PASSWORD": "<ROKU_DEVICE_PASSWORD>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs