smartest-tv for Grok
io.github.hybirdss/smartest-tv
Control any smart TV with natural language. Resolve Netflix/YouTube/Spotify and deep-link.
client:Grok
transport:stdio
runtime:pypi
Install smartest-tv in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"smartest-tv": {
"type": "stdio",
"command": "uvx",
"args": [
"stv"
],
"env": {
"TV_PLATFORM": "<TV_PLATFORM>",
"TV_IP": "<TV_IP>",
"TV_MAC": "<TV_MAC>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs