smartest-tv for Windsurf
io.github.hybirdss/smartest-tv
Control any smart TV with natural language. Resolve Netflix/YouTube/Spotify and deep-link.
client:Windsurf
transport:stdio
runtime:pypi
Install smartest-tv in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"smartest-tv": {
"command": "uvx",
"args": [
"stv"
],
"env": {
"TV_PLATFORM": "<TV_PLATFORM>",
"TV_IP": "<TV_IP>",
"TV_MAC": "<TV_MAC>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs