Skip to content
Zed

smartest-tv for Zed

io.github.hybirdss/smartest-tv

Control any smart TV with natural language. Resolve Netflix/YouTube/Spotify and deep-link.

client:Zed transport:stdio runtime:pypi

Install smartest-tv in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "smartest-tv": {
      "command": "uvx",
      "args": [
        "stv"
      ],
      "env": {
        "TV_PLATFORM": "<TV_PLATFORM>",
        "TV_IP": "<TV_IP>",
        "TV_MAC": "<TV_MAC>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

smartest-tv in other clients