MCP Server for Binge-watch/MoonTV/LunaTV
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.
MCP Server for Binge-watch/MoonTV/LunaTV
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:3000LUNA_BASE_URL — 已部署的LunaTV服务地址,可选LUNA_USERNAME — LunaTV 登录账号,可选LUNA_PASSWORD — LunaTV 登录密码,可选MITV_LOCAL_IP — 单台小米电视本地IP,可选MITV_LIST_CFG — 多台小米电视配置,可选,如: 客厅电视:192.168.1.11;主卧电视:192.168.1.12TVBOX_LOCAL_IP — 单台电视本地IP,可选TVBOX_LIST_CFG — 多台电视配置,可选,如: 客厅电视:192.168.1.11;主卧电视:192.168.1.12Configuration 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.
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.
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.
| Tool | What it does |
|---|---|
| VOD_CONFIG_URL | LunaTV/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_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 |
{
"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.
| Variable | Description | Required |
|---|---|---|
| MITV_LIST_CFG | Configuration value read at startup. | Optional |
| VOD_CONFIG_URL | Endpoint or connection string the server talks to. | Yes |
| MOON_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| LUNA_BASE_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.