Home › Other › MCP Server for Binge-watch

MCP Server for Binge-watch

MCP Server for Binge-watch / MoonTV / LunaTV. 一个用于追剧/追番的MCP服务器,为AI提供搜索影视播放地址的能力,并支持在小米等安卓电视/投影仪上直接播放

Python
★ 27 stars Last pushed 2026-02-25 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.1.9)

uvx mcp-vods

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-vods": {
      "command": "uvx",
      "args": [
        "mcp-vods"
      ]
    }
  }
}

Package (oci)

docker run -i --rm ghcr.io/aahl/mcp-vods:latest

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-vods": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aahl/mcp-vods:latest"
      ],
      "env": {
        "TRANSPORT": "<YOUR_VALUE>"
      }
    }
  }
}
  • TRANSPORT — Transport protocol to use

Related servers

Data from the Official MCP Registry