roku-dev-mcp

voidxela/roku-dev-mcp
★ 0 stars TypeScript AI/LLM Updated 2d ago
Local MCP server for Roku application development with direct hardware control.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "roku-dev-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "voidxela/roku-dev-mcp"
      ]
    }
  }
}

README Excerpt

An autonomous Model Context Protocol (MCP) server that empowers AI coding agents (such as Antigravity, Claude, and Cursor) to develop, deploy, navigate, inspect, and debug Roku BrightScript and SceneGraph applications. --- Roku OS separates development APIs across four distinct network protocols on four different ports. `roku-dev-mcp` acts as a **middleware controller** that bridges the agent's structured JSON tool-call interface and Roku's fragmented developer API surface.

Tools (6)

ROKU_COMMAND_TIMEOUT_MSROKU_CONNECT_TIMEOUT_MSROKU_DEVICE_IPROKU_DEV_PASSWORDROKU_KEYPRESS_DELAY_MSROKU_LOG_BUFFER_SIZE