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).
Run
uvx mcp-vods
MCP client config
{
"mcpServers": {
"mcp-server-for-binge-watch": {
"command": "uvx",
"args": [
"mcp-vods"
]
}
}
}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"
]
}
}
}