smartest-tv✓
io.github.Hybirdss/smartest-tv · v0.4.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Hybirdss/smartest-tv",
"description": "Control any smart TV with natural language. Resolve Netflix/YouTube/Spotify and deep-link.",
"title": "smartest-tv",
"repository": {
"url": "https://github.com/Hybirdss/smartest-tv",
"source": "github"
},
"version": "0.4.1",
"packages": [
{
"registryType": "pypi",
"identifier": "stv",
"version": "0.4.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "TV platform: lg, samsung, roku, or android",
"isRequired": true,
"format": "string",
"name": "TV_PLATFORM"
},
{
"description": "TV IP address on your local network",
"isRequired": true,
"format": "string",
"name": "TV_IP"
},
{
"description": "TV MAC address for Wake-on-LAN (optional)",
"format": "string",
"name": "TV_MAC"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}