mcpbeat Sign in

RokuMCP MCP Server

local only

RokuMCP runs on your own machine — the client starts it, so there is no endpoint to ping. 103 installs a week from npm. Last commit 6 Jun 2026.

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

Installs per day peak 33 · avg 10 · -53% w/w
a month agotoday
103
Installs / week
npm · roku-mcp
3
Stars
0 open issues
6 Jun 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call compare_perfetto.beforePath → src/tools/bsprof.ts:134, bsprof_info.filePath → src/tools/bsprof.ts:66, bsprof_info.filePath → src/tools/bsprof.ts:165
        const beforeBuf = readFileSync(params.beforePath);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add RokuMCP -- npx -y roku-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "RokuMCP": {
      "args": [
        "-y",
        "roku-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.RokuMCP]
command = "npx"
args = ["-y", "roku-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "RokuMCP": {
      "args": [
        "-y",
        "roku-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "RokuMCP": {
      "args": [
        "-y",
        "roku-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ROKU_DEVICE_HOST (IP address or hostname of the Roku device), ROKU_DEVICE_PASSWORD (Developer password for the Roku device). The author declared them in the registry entry; get the values from the project itself.

Alternatives to RokuMCP

same job, measured the same way
Android Puppeteer MCP
by pedro-rivas

MCP server for Android automation with UI interaction, screenshots, and device control

78 installs/wk local only
Android
by martingeidobler

Control Android devices and emulators via ADB — screenshots, UI automation, and logcat.

156 installs/wk local only
Apple TV MCP
by trevor-nichols

Local MCP server for semantic Apple TV control with optional screenshots.

local only
Safari DevTools MCP
by hayodev

MCP server for Safari DevTools — browser debugging and automation for AI coding agents

55 installs/wk local only
Native DevTools
by sh3ll3x3c

MCP server for desktop, browser (CDP), and Android automation. Screenshot, OCR, click, type.

165 installs/wk local only
Computer Use
by domdomegg

Control your computer with screenshots, mouse, and keyboard automation.

379 installs/wk local only
Browser Automation
by mindstone

Browser automation MCP server: navigate, fill forms, click, screenshot, and manage tabs

144 installs/wk local only
ScreenshotMCP
by agentforge-labs

Desktop and mobile website screenshots plus page context for AI agents and automation workflows.

2 tools answering

RokuMCP — questions

Answers built from our own checks of this server.

Why is there no uptime for RokuMCP?
RokuMCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package roku-mcp was installed 103 times last week.
How do I connect RokuMCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls roku-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use RokuMCP?
The npm package roku-mcp was installed 103 times in the last week. Week over week that is -53%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is RokuMCP open source?
We cannot say either way: written in TypeScript and 3 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.