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
{
"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