← Index

io.github.jack1590/RokuMCP

io.github.jack1590/RokuMCP·v1.3.2·Other
Quality Score
85
/100

MCP server for Roku device automation — deploy, ECP control, screenshots, and debug console

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "RokuMCP": {
      "command": "npx",
      "args": [
        "-y",
        "roku-mcp"
      ],
      "env": {
        "ROKU_DEVICE_HOST": "<roku_device_host>",
        "ROKU_DEVICE_PASSWORD": "<your-roku_device_password>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "RokuMCP": {
      "command": "npx",
      "args": [
        "-y",
        "roku-mcp"
      ],
      "env": {
        "ROKU_DEVICE_HOST": "<roku_device_host>",
        "ROKU_DEVICE_PASSWORD": "<your-roku_device_password>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y roku-mcp
§02  Environment variables
ROKU_DEVICE_HOST

IP address or hostname of the Roku device

ROKU_DEVICE_PASSWORD
secret

Developer password for the Roku device

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other