Roku MCP

A Model Context Protocol (MCP) server for Roku device automation. Exposes tools for app deployment, ECP remote control, screenshot capture, SceneGraph node inspection, and BrightScript debug console access. Its 38 documented tools cover roku, node, perfetto, console. It runs locally over stdio via the published package.

People connecting cloud infrastructure tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-06-06 · ★ 3 · #82 OF 141 MAINTAINED CLOUD INFRASTRUCTURE · VERIFIED 2026-08-25

TypeScript servers · how we verify → /methodology

01 · Install Roku MCP

before you install - you'll need

Set ROKU_DEVICE_PASSWORD before connecting. ROKU_DEVICE_HOST is optional or environment-specific per the README.

Claude Code

claude mcp add jack1590-rokumcp -- npx -y roku-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "jack1590-rokumcp": {
      "command": "npx",
      "args": [
        "-y",
        "roku-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package roku-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.jack1590 is GitHub-verified and matches the repo owner

03 · What Roku MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can delete the currently sideloaded developer channel, scan the local network for Roku devices via SSDP, send a single key press (Home, Select, Up, Down, Left, Right, Back, etc.), and send multiple key presses in sequence with configurable delay.

Capability map

Tools grouped from the project's README - what Roku MCP lets an agent do.

Roku

32 tools - e.g. Sideload (deploy) a Roku app to the device; Delete the currently sideloaded developer channel; Scan the local network for Roku devices via SSDP

roku_deploy · roku_delete_dev_channel · roku_discover · roku_keypress · roku_keypress_sequence · roku_type_text…

Analyze

2 tools - e.g. Analyze a .bsprof file - memory leaks, CPU hot paths, full report, or summary. Supports filtering by module/file and sorting options.; Analyze a .trace file - summary, frame-drops, key-events, observers…

analyze_bsprof · analyze_perfetto

Compare

2 tools - e.g. Compare two .bsprof profiles to detect regressions, improvements, new leaks, and resolved leaks.; Compare two .trace files to detect performance regressions and improvements

compare_bsprof · compare_perfetto

Bsprof

1 tool - e.g. Get header metadata (target name, device, firmware, format version, features) without full parsing.

bsprof_info

read & search

1 tool - e.g. Run a raw PerfettoSQL query against a trace file for custom analysis

query_perfetto

Latest releases

v1.7.0 · 2026-06-06

Added · roku_diagnose_stream - Diagnose why an HLS/DASH stream fails on Roku specifically. A correlation engine that combines the Video-node errorInfo the device reported, the manifest (a fetchable url or pasted…

v1.6.0 · 2026-05-21

Added · roku_edit_node - Edit a SceneGraph node on the running dev channel at runtime by setting one or more fields. Uses the roku-test-automation (RTA) On-Device Component on TCP port 9000 - the same backend the…

v1.5.2 · 2026-04-13

Fixed · Upgraded roku-perfetto to v1.0.2 - downloads the actual trace_processor_shell binary directly from Google Cloud Storage instead of the Python wrapper script from get.perfetto.dev. · The Python wrapper required…

04 · Who maintains Roku MCP

RokuMCP is maintained by jack1590. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
cloud infrastructure - ranked #82 of 141 actively-maintained cloud infrastructure servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-06-06)
registry
io.github.jack1590/RokuMCP (active, first published 2026-03-26)
packages
npm:roku-mcp

06 · Roku MCP FAQ

Is Roku MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-06 and it shipped 1 release in the last 90 days. We re-verify nightly.

What can Roku MCP do?

With this server connected, an agent can delete the currently sideloaded developer channel, scan the local network for Roku devices via SSDP, send a single key press (Home, Select, Up, Down, Left, Right, Back, etc.), and send multiple key presses in sequence with configurable delay.

How do I install Roku MCP?

Run `npx -y roku-mcp`. The README documents 2 environment variables (ROKU_DEVICE_HOST, ROKU_DEVICE_PASSWORD) to set first. Set ROKU_DEVICE_PASSWORD before connecting. ROKU_DEVICE_HOST is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Roku MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Roku MCP

More cloud infrastructure MCP servers · Aigroup Mdtoword MCP · Antrieb · Flaim Fantasy · Arcane RMCP · Synapse RMCP (jmagar)

More TypeScript MCP servers · Moxie Docs · PullPush Reddit · Scan MCP · Fortnox · Drawthings · see all