smartest-tv
About
Control any smart TV with natural language. Resolve Netflix/YouTube/Spotify and deep-link.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
TV_PLATFORM TV_IP TV_MACClaude Code
claude mcp add --env TV_PLATFORM= --env TV_IP= --env TV_MAC= smartest-tv -- uvx stv
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"smartest-tv","command":"uvx","args":["stv"],"env":{"TV_PLATFORM":"","TV_IP":"","TV_MAC":""}}'
JSON
{
"mcpServers": {
"smartest-tv": {
"command": "uvx",
"args": [
"stv"
],
"env": {
"TV_PLATFORM": "",
"TV_IP": "",
"TV_MAC": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.