Skip to content
Cursor

smartest-tv for Cursor

io.github.hybirdss/smartest-tv

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

client:Cursor transport:stdio runtime:pypi

Install smartest-tv in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

smartest-tv in other clients