Odel
smartest-tv

smartest-tv

Local
@hybirdss46PythonMITUpdated 3w ago

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).

PyPIstvv0.4.1

Run

uvx stv

MCP client config

{
  "mcpServers": {
    "smartest-tv": {
      "command": "uvx",
      "args": [
        "stv"
      ]
    }
  }
}