For Binge MCP Server

MCP Server for Binge-watch/MoonTV/LunaTV

Local serverstdio

What is the For Binge MCP server?

If you already use For Binge, the for binge mcp server is the piece that lets your assistant work with it directly. MCP Server for Binge-watch/MoonTV/LunaTV.

What the server does

MCP Server for Binge-watch/MoonTV/LunaTV

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • VOD_CONFIG_URL — LunaTV/MoonTV订阅源远程配置文件URL,可选(默认已内置)
  • SEARCH_CACHE_TTL — 搜索缓存TTL,可选(默认5分钟)
  • MAX_SEARCH_SITES — 单次最多搜索站点数,可选(默认10)
  • MOON_BASE_URL — 已部署的MoonTV服务地址,可选,如: http://0.0.0.0:3000
  • LUNA_BASE_URL — 已部署的LunaTV服务地址,可选
  • LUNA_USERNAME — LunaTV 登录账号,可选
  • LUNA_PASSWORD — LunaTV 登录密码,可选
  • MITV_LOCAL_IP — 单台小米电视本地IP,可选
  • MITV_LIST_CFG — 多台小米电视配置,可选,如: 客厅电视:192.168.1.11;主卧电视:192.168.1.12
  • TVBOX_LOCAL_IP — 单台电视本地IP,可选
  • TVBOX_LIST_CFG — 多台电视配置,可选,如: 客厅电视:192.168.1.11;主卧电视:192.168.1.12

Credentials and setup notes

Configuration is passed through the environment: MITV_LIST_CFG, VOD_CONFIG_URL, MOON_BASE_URL, LUNA_BASE_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Installation

The server ships on npm as skills, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

Where it fits

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. For Binge's toolset — VOD_CONFIG_URL, SEARCH_CACHE_TTL, MAX_SEARCH_SITES and 8 more — is a fair guide to whether it matches your workflow. It is maintained by aahl; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against For Binge's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 11 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch For Binge.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
VOD_CONFIG_URLLunaTV/MoonTV订阅源[远程配置文件](https://github.com/hafrey1/LunaTV-config)URL,可选(默认已内置)
SEARCH_CACHE_TTL搜索缓存TTL,可选(默认5分钟)
MAX_SEARCH_SITES单次最多搜索站点数,可选(默认10)
MOON_BASE_URL已部署的MoonTV服务地址,可选,如: http://0.0.0.0:3000
LUNA_BASE_URL已部署的LunaTV服务地址,可选
LUNA_USERNAMELunaTV 登录账号,可选
LUNA_PASSWORDLunaTV 登录密码,可选
MITV_LOCAL_IP单台小米电视本地IP,可选
MITV_LIST_CFG多台小米电视配置,可选,如: 客厅电视:192.168.1.11;主卧电视:192.168.1.12
TVBOX_LOCAL_IP单台电视本地IP,可选
TVBOX_LIST_CFG多台电视配置,可选,如: 客厅电视:192.168.1.11;主卧电视:192.168.1.12

How to install the For Binge MCP server

{
  "mcpServers": {
    "vods": {
      "command": "npx",
      "args": ["-y", "skills"],
      "env": {
        "MITV_LIST_CFG": "your-value",
        "VOD_CONFIG_URL": "your-value",
        "MOON_BASE_URL": "your-value",
        "LUNA_BASE_URL": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
MITV_LIST_CFGConfiguration value read at startup.Optional
VOD_CONFIG_URLEndpoint or connection string the server talks to.Yes
MOON_BASE_URLEndpoint or connection string the server talks to.Yes
LUNA_BASE_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use For Binge to VOD CONFIG URL.
  • Use For Binge to SEARCH CACHE TTL.
  • Use For Binge to MAX SEARCH SITES.

Frequently asked questions

It connects For Binge to MCP-compatible AI assistants such as Claude and Cursor, exposing 11 tools (VOD_CONFIG_URL, SEARCH_CACHE_TTL, MAX_SEARCH_SITES, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with For Binge directly.