smartest-tv for Cline
io.github.hybirdss/smartest-tv
Control any smart TV with natural language. Resolve Netflix/YouTube/Spotify and deep-link.
client:Cline
transport:stdio
runtime:pypi
Install smartest-tv in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"smartest-tv": {
"command": "uvx",
"args": [
"stv"
],
"env": {
"TV_PLATFORM": "<TV_PLATFORM>",
"TV_IP": "<TV_IP>",
"TV_MAC": "<TV_MAC>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs