RokuMCP for Cursor
io.github.jack1590/rokumcp
MCP server for Roku device automation — deploy, ECP control, screenshots, and debug console
client:Cursor
transport:stdio
runtime:npm
Install RokuMCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rokumcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"roku-mcp"
],
"env": {
"ROKU_DEVICE_HOST": "<ROKU_DEVICE_HOST>",
"ROKU_DEVICE_PASSWORD": "<ROKU_DEVICE_PASSWORD>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs