AgentHubAgentHub

RokuMCP

MCP ServerMCP Registry官方收录

io.github.jack1590/RokuMCP · v1.3.2

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

概览

RokuMCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

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

环境变量

ROKU_DEVICE_HOST可选

IP address or hostname of the Roku device

ROKU_DEVICE_PASSWORD可选secret

Developer password for the Roku device

相关资源

统一 Manifest

{
  "id": "io.github.jack1590/RokuMCP",
  "type": "mcp-server",
  "version": "1.3.2",
  "displayName": "RokuMCP",
  "description": "MCP server for Roku device automation — deploy, ECP control, screenshots, and debug console",
  "repository": {
    "url": "https://github.com/jack1590/RokuMCP",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "roku-mcp",
        "version": "1.3.2",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "ROKU_DEVICE_HOST",
            "description": "IP address or hostname of the Roku device"
          },
          {
            "name": "ROKU_DEVICE_PASSWORD",
            "description": "Developer password for the Roku device",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.jack1590/RokuMCP",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.jack1590%2FRokuMCP/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
RokuMCP — MCP Server 安装与配置 · AgentHub