AI Skill Hub 强烈推荐:Roku 开发者桌面工作室 是一款优质的MCP工具。AI 综合评分 8.2 分,在同类工具中表现稳健。如果你正在寻找可靠的MCP工具解决方案,这是一个值得深入了解的选择。
一个基于Electron构建的跨平台开源MCP工具,专为Roku开发者设计。提供远程控制和设备管理功能,通过MCP协议增强AI辅助开发能力,适合需要高效调试Roku电视应用的软件工程师。
Roku 开发者桌面工作室 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
一个基于Electron构建的跨平台开源MCP工具,专为Roku开发者设计。提供远程控制和设备管理功能,通过MCP协议增强AI辅助开发能力,适合需要高效调试Roku电视应用的软件工程师。
Roku 开发者桌面工作室 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/paramount-engineering/roku-dev-studio
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"roku---------": {
"command": "npx",
"args": ["-y", "roku-dev-studio"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 Roku 开发者桌面工作室 执行以下任务... Claude: [自动调用 Roku 开发者桌面工作室 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"roku_________": {
"command": "npx",
"args": ["-y", "roku-dev-studio"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
A comprehensive cross-platform desktop application for controlling and developing on Roku devices over your local network or via remote server using the External Control Protocol (ECP).
This repository is an npm workspace monorepo. Run npm install and npm start from the repository root so workspaces link correctly. Installing runs a postinstall (npm run build:libs) that compiles the shared roku-dev-studio-platform and roku-dev-studio-api packages to their dist/ outputs, which the app and remote server import. Use npm run typecheck for a full TypeScript check across every workspace and npm test to run unit tests. CI runs these plus per-package build/syntax smoke checks on each push and pull request. Setup, scripts, and distributable builds are documented in INSTALLATION.md.
Ctrl/Cmd+Shift+D)Ctrl/Cmd+Shift+P)Ctrl/Cmd+Shift+L)safeStorage — backed by macOS Keychain, Windows DPAPI, secret-service, or kwallet where available; UI shows the storage backend status (encrypted / unencrypted / unavailable)/api-docsSee the remote server package README for detailed setup instructions and API documentation.
Roku Dev Studio can control devices over the internet using a remote server bridge. This lets you manage devices in remote locations without being on the same network as the desktop app.
See Installation for setup and build instructions.
Open with Ctrl/Cmd+, (or Roku Dev Studio → Settings on macOS, File → Settings on Windows / Linux). Seven sections:
roku-dev-studio in your AI client(s) — see AI Agents (MCP Server) above for the screenshot| General | Action Scripts |
|---|---|
|  |  |
| **Device Performance** | **Timing & Network** |
|  |  |
4951) on the host running the relay.roku-dev-studio-api: rds discover, rds device info, rds keypress, rds launch, rds ecp query, rds sideload, rds screenshot, rds script validate / run, rds rale repl, rds appconnector connect — works direct over LAN or against a --relay server URL.aiskill88点评:将MCP协议引入特定硬件开发领域,极大地提升了AI对Roku设备的操控力,是垂直领域的高效工具。
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
总体来看,Roku 开发者桌面工作室 是一款质量优秀的MCP工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | roku-dev-studio |
| Topics | Roku开发远程控制桌面客户端 |
| GitHub | https://github.com/paramount-engineering/roku-dev-studio |
| License | NOASSERTION |
| 语言 | TypeScript |
收录时间:2026-07-12 · 更新时间:2026-07-12 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端