What is the io.github.jack1590/RokuMCP MCP server?
MCP server for Roku device automation — deploy, ECP control, screenshots, and debug console
How to install io.github.jack1590/RokuMCP
Copy-paste configuration for popular MCP clients.
ROKU_DEVICE_HOSTIP address or hostname of the Roku device
ROKU_DEVICE_PASSWORDsecretDeveloper password for the Roku device
{
"mcpServers": {
"RokuMCP": {
"command": "npx",
"args": [
"-y",
"roku-mcp"
],
"env": {
"ROKU_DEVICE_HOST": "<YOUR_ROKU_DEVICE_HOST>",
"ROKU_DEVICE_PASSWORD": "<YOUR_ROKU_DEVICE_PASSWORD>"
}
}
}
}{
"mcpServers": {
"RokuMCP": {
"command": "npx",
"args": [
"-y",
"roku-mcp"
],
"env": {
"ROKU_DEVICE_HOST": "<YOUR_ROKU_DEVICE_HOST>",
"ROKU_DEVICE_PASSWORD": "<YOUR_ROKU_DEVICE_PASSWORD>"
}
}
}
}{
"mcpServers": {
"RokuMCP": {
"command": "npx",
"args": [
"-y",
"roku-mcp"
],
"env": {
"ROKU_DEVICE_HOST": "<YOUR_ROKU_DEVICE_HOST>",
"ROKU_DEVICE_PASSWORD": "<YOUR_ROKU_DEVICE_PASSWORD>"
}
}
}
}{
"servers": {
"RokuMCP": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"roku-mcp"
],
"env": {
"ROKU_DEVICE_HOST": "<YOUR_ROKU_DEVICE_HOST>",
"ROKU_DEVICE_PASSWORD": "<YOUR_ROKU_DEVICE_PASSWORD>"
}
}
}
}claude mcp add RokuMCP --env ROKU_DEVICE_HOST=<YOUR_ROKU_DEVICE_HOST> --env ROKU_DEVICE_PASSWORD=<YOUR_ROKU_DEVICE_PASSWORD> -- npx -y roku-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.