io.github.jack1590/RokuMCP
NPM · ROKU-MCP · SCANNED SEP 20
MCP server for Roku device automation — deploy, ECP control, screenshots, and debug console
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 61 of 173 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 106 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability81
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 1465 tokens (~73/item across 20 items; 20 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
- Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 0 of 5 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "roku_deploy" implies "deploy" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
- An AI judge read all 20 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the io.github.jack1590/RokuMCP MCP server?
io.github.jack1590/RokuMCP runs locally as an npm package, launched with npx -y roku-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · roku-mcp
claude mcp add jack1590-rokumcp -- npx -y roku-mcp
{
"mcpServers": {
"jack1590-rokumcp": {
"command": "npx",
"args": [
"-y",
"roku-mcp"
]
}
}
} {
"servers": {
"jack1590-rokumcp": {
"command": "npx",
"args": [
"-y",
"roku-mcp"
]
}
}
} codex mcp add jack1590-rokumcp -- npx -y roku-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"jack1590-rokumcp": {
"type": "local",
"command": [
"npx",
"-y",
"roku-mcp"
],
"enabled": true
}
}
} openclaw mcp add jack1590-rokumcp --command npx --arg -y --arg roku-mcp
mcp_servers:
jack1590-rokumcp:
command: "npx"
args: ["-y", "roku-mcp"] {
"McpServers": {
"jack1590-rokumcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"roku-mcp"
]
}
}
} assistant mcp add jack1590-rokumcp -t stdio -c npx -a -y roku-mcp
{
"mcpServers": {
"jack1590-rokumcp": {
"command": "npx",
"args": [
"-y",
"roku-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 20 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 19 Sept 26 0
- Security disclosure: unverified → fail ▼ functional
- 18 Sept 26 +1
- Security disclosure: fail → unverified ▼ functional
- 17 Sept 26 −2
- Stability: pass → 0.83 functional
- 16 Sept 26 0
- Stability: 0.97 → pass security
- 14 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 12 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 10 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 77 to 80. That category is still filling its 30-day observation window: 23 days of observed history at the previous scan, 24 at this one. The score rises as the window fills, whether or not the server changes.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed npm/roku-mcp@1.3.2
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 173 packages
| Packages resolved | 173 |
|---|---|
| Stale | 61 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
roku_console_connect ~65
Open a persistent TCP connection to the BrightScript debug console on port 8085. Only one connection is active at a time.
| Name | Type | Req | Description |
|---|---|---|---|
| host | string | – | IP address or hostname of the Roku device |
| port | number | – | Debug console port (default 8085) |
No output schema declared.
No examples provided.
roku_console_disconnect ~18
Close the active BrightScript debug console connection.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
roku_console_read ~29
Read buffered output from the BrightScript debug console since the last read. Automatically disconnects after reading.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
roku_console_send ~73
Send a command to the BrightScript debug console and return the response. Automatically disconnects after receiving the response. Common commands: bt (backtrace), var (variables), cont (continue), step, over, out, exit, print <expr>.
| Name | Type | Req | Description |
|---|---|---|---|
| command | string | yes | Command to send to the debug console |
No output schema declared.
No examples provided.
roku_delete_dev_channel ~51
Delete the currently sideloaded developer channel from the Roku device.
| Name | Type | Req | Description |
|---|---|---|---|
| host | string | – | IP address or hostname of the Roku device |
| password | string | – | Developer password for the Roku device |
No output schema declared.
No examples provided.
roku_deploy ~118
Sideload (deploy) a Roku application to the device. Packages all files in the project directory and uploads them. A dev channel must not already be running, or it will be replaced.
| Name | Type | Req | Description |
|---|---|---|---|
| files | array | – | Glob patterns for files to include. Defaults to all files in rootDir (**/*). |
| host | string | – | IP address or hostname of the Roku device |
| password | string | – | Developer password for the Roku device |
| rootDir | string | yes | Absolute path to the project root directory containing the manifest file |
No output schema declared.
No examples provided.
roku_discover ~52
Scan the local network for Roku devices using SSDP discovery. Returns a list of all found devices with their IP addresses.
| Name | Type | Req | Description |
|---|---|---|---|
| timeoutMs | number | – | How long to scan in milliseconds (default 3000) |
No output schema declared.
No examples provided.
roku_find_node ~142
Search the app UI tree for a node by its ID or attribute value. Returns the matching node with all its properties (text, visible, focused, subtype, bounds, etc.). Only works when a sideloaded dev channel is running.
| Name | Type | Req | Description |
|---|---|---|---|
| attr | string | – | Attribute name to search by (e.g. "subtype", "text", "name") |
| host | string | – | IP address or hostname of the Roku device |
| nodeId | string | – | The ID of the node to find (e.g. "emailBox", "settingsTabs") |
| value | string | – | Attribute value to match (e.g. "AccountSettingsScreen") |
No output schema declared.
No examples provided.
roku_get_focused_node ~67
Get the currently focused node in the app UI tree. Returns the node with all its properties (id, subtype, text, bounds, etc.). Only works when a sideloaded dev channel is running.
| Name | Type | Req | Description |
|---|---|---|---|
| host | string | – | IP address or hostname of the Roku device |
No output schema declared.
No examples provided.
roku_keypress ~108
Send a single key press to the Roku device via ECP. Common keys: Home, Rev, Fwd, Play, Select, Left, Right, Down, Up, Back, InstantReplay, Info, Backspace, Search, Enter, Lit_<character>
| Name | Type | Req | Description |
|---|---|---|---|
| host | string | – | IP address or hostname of the Roku device |
| key | string | yes | The key to press (e.g. Home, Select, Up, Down, Left, Right, Back, Lit_a) |
No output schema declared.
No examples provided.
roku_keypress_sequence ~76
Send a sequence of key presses to the Roku device with an optional delay between each press.
| Name | Type | Req | Description |
|---|---|---|---|
| delayMs | number | – | Delay in milliseconds between each key press (default 100) |
| host | string | – | IP address or hostname of the Roku device |
| keys | array | yes | Array of keys to press in order |
No output schema declared.
No examples provided.
roku_launch ~89
Launch or deep-link into a channel on the Roku device. Use appId "dev" for the sideloaded developer channel.
| Name | Type | Req | Description |
|---|---|---|---|
| appId | string | yes | Application ID to launch (use "dev" for the sideloaded channel) |
| host | string | – | IP address or hostname of the Roku device |
| params | object | – | Optional launch parameters for deep linking (key-value pairs) |
No output schema declared.
No examples provided.
roku_query_active_app ~38
Query the currently active (foreground) app on the Roku device.
| Name | Type | Req | Description |
|---|---|---|---|
| host | string | – | IP address or hostname of the Roku device |
No output schema declared.
No examples provided.
roku_query_app_ui ~46
Get the current app UI tree as XML. Only works when a sideloaded dev channel is running.
| Name | Type | Req | Description |
|---|---|---|---|
| host | string | – | IP address or hostname of the Roku device |
No output schema declared.
No examples provided.
roku_query_device_info ~46
Query the Roku device for its info: model, firmware version, serial number, network info, etc.
| Name | Type | Req | Description |
|---|---|---|---|
| host | string | – | IP address or hostname of the Roku device |
No output schema declared.
No examples provided.
roku_query_media_player ~66
Query the media player state on the Roku device. Returns playback state (play, pause, buffer, stop, none), position, duration, and error info. Use this to verify video playback in tests.
| Name | Type | Req | Description |
|---|---|---|---|
| host | string | – | IP address or hostname of the Roku device |
No output schema declared.
No examples provided.
roku_query_sg_nodes ~104
Query SceneGraph nodes on the Roku device. Use type "all" for all nodes, "roots" for root nodes, or "node" with a nodeId to inspect a specific node.
| Name | Type | Req | Description |
|---|---|---|---|
| host | string | – | IP address or hostname of the Roku device |
| nodeId | string | – | Node ID to inspect (required when type is "node") |
| type | string | yes | Type of query: "all", "roots", or "node" |
No output schema declared.
No examples provided.
roku_screenshot ~115
Capture a screenshot of the current screen on the Roku device. A sideloaded dev channel must be running. Returns the image as base64-encoded content and the file path where it was saved.
| Name | Type | Req | Description |
|---|---|---|---|
| host | string | – | IP address or hostname of the Roku device |
| outDir | string | – | Directory to save the screenshot. Defaults to OS temp directory. |
| outFile | string | – | Base filename (without extension). Defaults to timestamped name. |
| password | string | – | Developer password for the Roku device |
No output schema declared.
No examples provided.
roku_sleep ~67
Wait for a specified duration. Use this between navigation steps to allow the UI to render, animations to complete, or content to load.
| Name | Type | Req | Description |
|---|---|---|---|
| durationMs | number | yes | Duration to wait in milliseconds (e.g. 1000 for 1 second, 5000 for 5 seconds) |
No output schema declared.
No examples provided.
roku_type_text ~95
Type a text string into the currently focused text field on the Roku device. Each character is sent as an individual Lit_ keypress. Use this for search fields, email inputs, password fields, etc.
| Name | Type | Req | Description |
|---|---|---|---|
| delayMs | number | – | Delay in milliseconds between each character (default 50) |
| host | string | – | IP address or hostname of the Roku device |
| text | string | yes | The text string to type |
No output schema declared.
No examples provided.
What is the io.github.jack1590/RokuMCP MCP server?
io.github.jack1590/RokuMCP is an MCP server listed in the public MCP registry as io.github.jack1590/RokuMCP. MCP server for Roku device automation, deploy, ECP control, screenshots, and debug console. This page covers its npm package (roku-mcp).
Is the io.github.jack1590/RokuMCP MCP server safe to use?
io.github.jack1590/RokuMCP scores 83 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.jack1590/RokuMCP MCP server expose?
io.github.jack1590/RokuMCP exposes 20 tools: roku_deploy, roku_delete_dev_channel, roku_discover, roku_keypress, roku_keypress_sequence, and 15 more. Their descriptions and schemas cost roughly 1,465 tokens of context every time the server is loaded.
Is the io.github.jack1590/RokuMCP MCP server still maintained?
io.github.jack1590/RokuMCP is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.jack1590/RokuMCP MCP server under?
io.github.jack1590/RokuMCP declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.