PluginBench
MCP Server
Maintained
MIT

smartest-tv MCP Server

io.github.Hybirdss/smartest-tv

What is the smartest-tv MCP server?

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

How to install smartest-tv

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "smartest-tv": {
      "command": "uvx",
      "args": [
        "stv"
      ],
      "env": {
        "TV_PLATFORM": "<YOUR_TV_PLATFORM>",
        "TV_IP": "<YOUR_TV_IP>",
        "TV_MAC": "<YOUR_TV_MAC>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "smartest-tv": {
      "command": "uvx",
      "args": [
        "stv"
      ],
      "env": {
        "TV_PLATFORM": "<YOUR_TV_PLATFORM>",
        "TV_IP": "<YOUR_TV_IP>",
        "TV_MAC": "<YOUR_TV_MAC>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "smartest-tv": {
      "command": "uvx",
      "args": [
        "stv"
      ],
      "env": {
        "TV_PLATFORM": "<YOUR_TV_PLATFORM>",
        "TV_IP": "<YOUR_TV_IP>",
        "TV_MAC": "<YOUR_TV_MAC>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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>"
      }
    }
  }
}
Claude Code
claude mcp add smartest-tv --env TV_PLATFORM=<YOUR_TV_PLATFORM> --env TV_IP=<YOUR_TV_IP> --env TV_MAC=<YOUR_TV_MAC> -- uvx stv

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →