smartest-tv
Rank #3,313io.github.Hybirdss/smartest-tv
Control any smart TV with natural language. Resolve Netflix/YouTube/Spotify and deep-link.
smartest-tv is a Model Context Protocol (MCP) server published by hybirdss. It ranks #3,313 of 115,591 servers tracked on MCP Toplist, and its repository has 46 GitHub stars. smartest-tv is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Apr 2, 2026 and most recently updated on Apr 2, 2026.
Ranks ahead of 112,278 of 115,591 servers on MCP Toplist.
Use smartest-tv
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add smartest-tv -e "TV_PLATFORM=<your TV_PLATFORM>" -e "TV_IP=<your TV_IP>" -e "TV_MAC=<your TV_MAC>" -- uvx stvReplace each placeholder with your own value before saving.
[mcp_servers.smartest-tv]
command = "uvx"
args = ["stv"]
[mcp_servers.smartest-tv.env]
TV_PLATFORM = "<your TV_PLATFORM>"
TV_IP = "<your TV_IP>"
TV_MAC = "<your TV_MAC>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"smartest-tv": {
"command": "uvx",
"args": [
"stv"
],
"env": {
"TV_PLATFORM": "<your TV_PLATFORM>",
"TV_IP": "<your TV_IP>",
"TV_MAC": "<your TV_MAC>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"smartest-tv": {
"command": "uvx",
"args": [
"stv"
],
"env": {
"TV_PLATFORM": "<your TV_PLATFORM>",
"TV_IP": "<your TV_IP>",
"TV_MAC": "<your TV_MAC>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"smartest-tv": {
"type": "stdio",
"command": "uvx",
"args": [
"stv"
],
"env": {
"TV_PLATFORM": "<your TV_PLATFORM>",
"TV_IP": "<your TV_IP>",
"TV_MAC": "<your TV_MAC>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"smartest-tv": {
"command": "uvx",
"args": [
"stv"
],
"env": {
"TV_PLATFORM": "<your TV_PLATFORM>",
"TV_IP": "<your TV_IP>",
"TV_MAC": "<your TV_MAC>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"smartest-tv": {
"command": "uvx",
"args": [
"stv"
],
"env": {
"TV_PLATFORM": "<your TV_PLATFORM>",
"TV_IP": "<your TV_IP>",
"TV_MAC": "<your TV_MAC>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Hybirdss%2Fsmartest-tv)<a href="https://mcptoplist.com/server/io.github.Hybirdss%2Fsmartest-tv"><img src="https://mcptoplist.com/badge/io.github.Hybirdss%2Fsmartest-tv.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
hybirdss
Available versions (2)
| Version | Published |
|---|---|
| 0.4.1 | Apr 2, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains smartest-tv?
- smartest-tv is maintained by hybirdss, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is smartest-tv listed on the Official MCP Registry?
- Yes — smartest-tv is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does smartest-tv have?
- MCP Toplist tracks 2 versions of smartest-tv, most recently published on Apr 2, 2026.
- Where can I find the source code for smartest-tv?
- The source code for smartest-tv is hosted at github.com/hybirdss/smartest-tv.