← Back to browse

TVWizard

Indexed by ai.djwizard

About

Control Android TV from any AI. 38 MCP tools: playback, recap, recommend, smart-home, schedules.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

TransportHTTP (remote server)
Claude Code
claude mcp add --transport http tvwizard https://tv.djwizard.ai/mcp/
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"tvwizard","type":"http","url":"https://tv.djwizard.ai/mcp/"}'
JSON
{
  "mcpServers": {
    "tvwizard": {
      "url": "https://tv.djwizard.ai/mcp/"
    }
  }
}