← Index

MCP Server for Binge-watch

io.github.aahl/mcp-vods·v0.1.9·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "mcp-vods": {
      "command": "uvx",
      "args": [
        "mcp-vods"
      ],
      "env": {
        "TRANSPORT": "stdio"
      }
    }
  }
}
Claude Desktop (Docker)
{
  "mcpServers": {
    "mcp-vods": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/aahl/mcp-vods:latest"
      ],
      "env": {
        "TRANSPORT": "stdio"
      }
    }
  }
}
§02  Environment variables
TRANSPORT

Transport protocol to use

§03  MCP Quality Score  ·  methodology
freshness
20
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other