pypi mcp-vodsstdioMITupdated 6mo ago
一个用于追剧/追番的MCP服务器,为AI提供搜索影视播放地址的能力,并支持在小米电视上直接播放。
What can you do with MCP Server for Binge watch?
📺 MCP Server for Binge-watch
一个用于追剧/追番的MCP服务器,为AI提供搜索影视播放地址的能力,并支持在小米电视上直接播放。
📲 安装
方式1: uvx
{
"mcpServers": {
"vods": {
"command": "uvx",
"args": ["mcp-vods"],
"env": {
"MITV_LIST_CFG": "客厅电视:192.168.1.11"
}
}
}
}
方式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": {
"vods": {
"url": "http://0.0.0.0:8821/mcp" # Streamable HTTP
}
}
}
方式3: Home Assistant OS Add-on
快速开始
- 添加到 Claude Code, 执行命令:
claude mcp add vods -- uvx mcp-vodsclaude mcp add vods --env MITV_LIST_CFG=客厅电视:192.168.1.11 -- uvx mcp-vods
- 添加到 OpenAI CodeX, 执行命令:
codex mcp add vods -- uvx mcp-vods - 添加到 Cursor
- 添加到 VS Code
- 添加到 Cherry Studio
🎓 Agent Skills
npx skills add aahl/skills --skill mcp-vods
⚙️ 环境变量
免配置开箱即用
VOD_CONFIG_URL: LunaTV/MoonTV订阅源远程配置文件URL,可选(默认已内置)SEARCH_CACHE_TTL: 搜索缓存TTL,可选(默认5分钟)MAX_SEARCH_SITES: 单次最多搜索站点数,可选(默认10)
使用已部署的LunaTV/MoonTV
MOON_BASE_URL: 已部署的MoonTV服务地址,可选,如:http://0.0.0.0:3000LUNA_BASE_URL: 已部署的LunaTV服务地址,可选LUNA_USERNAME: LunaTV 登录账号,可选LUNA_PASSWORD: LunaTV 登录密码,可选
小米电视/投影/机顶盒
如需在小米电视上播放视频,要至少配置
MITV_LOCAL_IP或MITV_LIST_CFG之一
MITV_LOCAL_IP: 单台小米电视本地IP,可选MITV_LIST_CFG: 多台小米电视配置,可选,如:客厅电视:192.168.1.11;主卧电视:192.168.1.12
其他安卓电视/投影/机顶盒
如需在非小米安卓电视上播放视频,需要安装TvBox,并至少配置
TVBOX_LOCAL_IP或TVBOX_LIST_CFG之一
TVBOX_LOCAL_IP: 单台电视本地IP,可选TVBOX_LIST_CFG: 多台电视配置,可选,如:客厅电视:192.168.1.11;主卧电视:192.168.1.12
🔗 Links
Install
Add MCP Server for Binge watch to your client. Pick the one you use.
claude mcp add mcp-vods -- uvx mcp-vodscodex mcp add mcp-vods -- uvx mcp-vodsamp mcp add mcp-vods -- uvx mcp-vods{
"mcpServers": {
"mcp-vods": {
"command": "uvx",
"args": [
"mcp-vods"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-vods": {
"command": "uvx",
"args": [
"mcp-vods"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp-vods","command":"uvx","args":["mcp-vods"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp-vods": {
"command": "uvx",
"args": [
"mcp-vods"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-vods": {
"command": "uvx",
"args": [
"mcp-vods"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-vods": {
"command": "uvx",
"args": [
"mcp-vods"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-vods": {
"type": "local",
"command": "uvx",
"args": [
"mcp-vods"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-vods": {
"command": {
"path": "uvx",
"args": [
"mcp-vods"
]
}
}
}
}Add to your Zed `settings.json`.
uvx mcp-vodsRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation18/25
- Maintenance15/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 188 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.9Latest | Jan 29, 2026 |
| 0.1.8 | Jan 29, 2026 |
| 0.1.6 | Jan 21, 2026 |
| 0.1.5 | Jan 16, 2026 |
| 0.1.4 | Jan 14, 2026 |
| 0.1.3 | Jan 14, 2026 |
| 0.1.2 | Jan 12, 2026 |
| 0.1.1 | Jan 7, 2026 |
| 0.1.0 | Jan 7, 2026 |