Control any smart TV with natural language. Resolve Netflix/YouTube/Spotify and deep-link.
Runs locally over stdio
This server isn't hosted โ your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx stv
MCP client config
{
"mcpServers": {
"smartest-tv": {
"command": "uvx",
"args": [
"stv"
]
}
}
}