MCP server for Roku device automation — deploy, ECP control, screenshots, and debug console
claude mcp add rokumcp -- npx -y roku-mcp
claude_desktop_config.json
{
"mcpServers": {
"rokumcp": {
"command": "npx",
"args": [
"-y",
"roku-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"rokumcp": {
"command": "npx",
"args": [
"-y",
"roku-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"rokumcp": {
"command": "npx",
"args": [
"-y",
"roku-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"rokumcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"roku-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"rokumcp": {
"command": "npx",
"args": [
"-y",
"roku-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.jack1590--RokuMCP/reviews or the review_server meta-tool.
POST /mcp