Odel
MCP Server for Binge-watch

MCP Server for Binge-watch

Local
@aahl28PythonMITUpdated 6mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-vodsv0.1.9

Run

uvx mcp-vods

MCP client config

{
  "mcpServers": {
    "mcp-server-for-binge-watch": {
      "command": "uvx",
      "args": [
        "mcp-vods"
      ]
    }
  }
}
Dockerghcr.io/aahl/mcp-vods:latest

Run

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

MCP client config

{
  "mcpServers": {
    "mcp-server-for-binge-watch": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aahl/mcp-vods:latest"
      ]
    }
  }
}