Skip to content
Claude Desktop

RokuMCP for Claude Desktop

io.github.jack1590/rokumcp

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

client:Claude Desktop transport:stdio runtime:npm

Install RokuMCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "rokumcp": {
      "command": "npx",
      "args": [
        "-y",
        "roku-mcp"
      ],
      "env": {
        "ROKU_DEVICE_HOST": "<ROKU_DEVICE_HOST>",
        "ROKU_DEVICE_PASSWORD": "<ROKU_DEVICE_PASSWORD>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

RokuMCP in other clients