io.github.jack1590/RokuMCP✓
io.github.jack1590/RokuMCP · v1.3.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.jack1590/RokuMCP",
"description": "MCP server for Roku device automation — deploy, ECP control, screenshots, and debug console",
"repository": {
"url": "https://github.com/jack1590/RokuMCP",
"source": "github"
},
"version": "1.3.2",
"packages": [
{
"registryType": "npm",
"identifier": "roku-mcp",
"version": "1.3.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "IP address or hostname of the Roku device",
"format": "string",
"name": "ROKU_DEVICE_HOST"
},
{
"description": "Developer password for the Roku device",
"format": "string",
"isSecret": true,
"name": "ROKU_DEVICE_PASSWORD"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}