Loading MCP server directory, please wait...
Control any smart TV with natural language. Resolve Netflix/YouTube/Spotify and deep-link.
npx @getmcp/cli add io.github.Hybirdss/smartest-tvRequires Python 3.10+. Community-contributed server. Review source before installing.
TV_PLATFORMTV platform: lg, samsung, roku, or android
TV_IPTV IP address on your local network
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Hybirdss/smartest-tv": {
"command": "uvx",
"args": [
"stv"
],
"env": {
"TV_PLATFORM": "",
"TV_IP": "",
"TV_MAC": ""
}
}
}
}