mcp-vods
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-vodssearch for 'Inception' and play on living room TV"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
📺 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
Related MCP server: Arr Suite MCP Server
🔗 Links
Available Tools
2 toolsvods_detail影视详情A
获取电影、电视剧、综艺节目、动漫、番剧、短剧等节目的详情及播放地址
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | 影视节目ID,可通过搜索工具(vod_search)获取 | |
| source | Yes | 数据来源(source) | |
| episode | No | 剧集(第N集),获取最新一集传`0`,获取全部剧集传`-1` |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses the core function (getting details/playback address) but does not mention side effects, authentication, or error behavior. Adequate but with gaps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single, front-loaded sentence with no fluff. Every word contributes to the core purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with 3 parameters, no output schema, and no annotations, the description is adequate. It covers the basic purpose but lacks detail on return format (e.g., what 'details' include). Complete enough for simple use.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. The description adds no additional parameter meaning beyond the schema's descriptions. It does not elaborate on parameters like id, source, or episode.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool retrieves details and playback addresses for various video types (movies, TV series, etc.), using specific verbs and resource. It distinguishes from the sibling vods_search by focusing on detail retrieval.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage after searching (via parameter linking to vods_search), but lacks explicit when-to-use or when-not-to-use guidance. No alternatives are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
vods_search搜索影视A
搜索电影、电视剧、综艺节目、动漫、番剧、短剧等。如果超时可多重试几次。 当用户说以下内容时可通过本工具搜索资源:
我想看《仙逆》最新一集
凡人修仙传更新到多少集了
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | Yes | 搜索关键词,如电影名称,不要包含书名号、引号等 | |
| page | No | 页码,从1开始,对应源站列表的分页 |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
There are no annotations provided. The description adds some behavioral info (retry on timeout, formatting advice for keyword) but lacks disclosure of any side effects, permissions, or response characteristics. For a search tool, the behavioral transparency is adequate but not rich.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is reasonably short but includes redundant phrasing (e.g., listing multiple content types) and could be more concise. It front-loads the core purpose but includes examples that, while helpful, add length.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the lack of output schema, the description covers input constraints, retry behavior, and typical use cases adequately for a search tool. It does not specify return format but that is acceptable for a search. Mostly complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. The description adds a useful constraint for the keyword parameter (no brackets, quotes), which goes beyond the schema. For the page parameter, it adds no extra meaning. Overall, minimal added semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it searches for various video content types (电影、电视剧、综艺节目等) and provides specific example queries. This distinguishes it from the sibling tool 'vods_detail' which likely retrieves details.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description includes explicit cues for when to use the tool, such as user phrases like '我想看《仙逆》最新一集', and advises retrying on timeout. However, it does not explicitly exclude alternative tools or cases where the tool should not be used.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
v0.1.9- First observed
vods_detail - First observed
vods_search
TDQS
Scored across 2 tools
Each tool has a distinct purpose: vods_search for searching content and vods_detail for retrieving details and play URLs. No functional overlap.
Both tools follow a consistent snake_case pattern with 'vods_' prefix and a clear verb (search/detail).
With only 2 tools, the server is minimal but covers the core needs of searching and retrieving details for VOD content. Slightly under-scoped but reasonable.
The set covers basic search and detail retrieval, which handles most user requests. Missing features like categories or recommendations are minor gaps.
Maintenance
Related MCP Connectors
Control Android TV from any AI. 38 MCP tools: playback, recap, recommend, smart-home, schedules.
Manage digital signage screens, playlists and media from your AI assistant.
YouTube transcripts, search, channel/playlist listings and upload tracking for AI agents.
Automate 1,000+ services from any MCP-compatible AI agent: build Applets, run actions and queries.
Related MCP Servers
- AlicenseAqualityAmaintenanceControl any smart TV with natural language — play Netflix/YouTube/Spotify by name, cast URLs, scene presets, multi-room audio, and multi-TV sync. Supports LG, Samsung, Android TV, Roku.2336 PyPI48MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to manage media automation services like Sonarr, Radarr, Prowlarr, Bazarr, Overseerr, and Plex through natural language commands.7MIT
- FlicenseNot gradedqualityDmaintenanceEnables controlling smart home devices like lights, fans, air conditioners, and Android TVs through natural language commands, with persistent state and TV content search/playback via ADB.2-
- AlicenseBqualityBmaintenanceEnables AI agents to control Android TV/Android devices through ADB, including screen capture, remote control, app management, and more.241 npmMIT