HomeOther › smartest-tv

smartest-tv

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

Python Local macOSWindowsLinux
★ 48 stars Last pushed 2026-08-16 License: MIT

Topics: Home Automation

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.4.1)

uvx stv

Or add to your MCP client config:

{
  "mcpServers": {
    "smartest-tv": {
      "command": "uvx",
      "args": [
        "stv"
      ],
      "env": {
        "TV_PLATFORM": "<YOUR_VALUE>",
        "TV_IP": "<YOUR_VALUE>",
        "TV_MAC": "<YOUR_VALUE>"
      }
    }
  }
}
  • TV_PLATFORM required — TV platform: lg, samsung, roku, or android
  • TV_IP required — TV IP address on your local network
  • TV_MAC — TV MAC address for Wake-on-LAN (optional)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry