RokuMCP for Windsurf
io.github.jack1590/rokumcp
MCP server for Roku device automation — deploy, ECP control, screenshots, and debug console
client:Windsurf
transport:stdio
runtime:npm
Install RokuMCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"rokumcp": {
"command": "npx",
"args": [
"-y",
"roku-mcp"
],
"env": {
"ROKU_DEVICE_HOST": "<ROKU_DEVICE_HOST>",
"ROKU_DEVICE_PASSWORD": "<ROKU_DEVICE_PASSWORD>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs