
Other Tools
v0.1.1
active
mcp-vods
io.github.aahl/mcp-vods
MCP Server for Binge-watch/MoonTV/LunaTV
Documentation
📺 MCP Server for Binge-watch
📲 Install
Method 1: uvx
{
"mcpServers": {
"mcp-vods": {
"command": "uvx",
"args": ["mcp-vods"],
"env": {
"LUNA_BASE_URL": "your-lunaTV-base-url", # 别名: MOON_BASE_URL, 如: http://localhost:3000
"LUNA_USERNAME": "your-lunaTV-username", # LunaTV 登录账号,可选
"LUNA_PASSWORD": "your-lunaTV-password", # LunaTV 登录密码,可选
}
}
}
}
Method 2: Docker
mkdir /opt/mcp-vods
cd /opt/mcp-vods
wget https://raw.githubusercontent.com/aahl/mcp-vods/refs/heads/main/docker-compose.yml
docker-compose up -d
{
"mcpServers": {
"mcp-vods": {
"url": "http://0.0.0.0:8821/mcp" # Streamable HTTP
}
}
}
🔗 Links
PYPI
mcp-vodsInstall Command
pip install mcp-vodsOCI
ghcr.io/aahl/mcp-vods:latestInstall Command
docker pull ghcr.io/aahl/mcp-vods:latest:undefined