Skip to content
Grok

RokuMCP for Grok

io.github.jack1590/rokumcp

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

client:Grok transport:stdio runtime:npm

Install RokuMCP in Grok

.mcp.json (in your project root)

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

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

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

RokuMCP in other clients