Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-aahl-mcp-vods": {
"args": [
"-y",
"skills"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
wget https://raw.githubusercontent.com/aahl/mcp-vods/refs/heads/main/docker-compose.yml "url": "http://0.0.0.0:8821/mcp" # Streamable HTTP
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'skills' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked skills against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment / search
Web and local search using Brave Search API
Production ready MCP server with real-time search, extract, map & crawl.
Multi-engine MCP server, CLI, and local daemon for agent web search and content retrieval — skill-guided workflows, no API keys.
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
MCP Security Weekly
Get CVE alerts and security updates for Vods MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
一个用于追剧/追番的MCP服务器,为AI提供搜索影视播放地址的能力,并支持在小米电视上直接播放。
{
"mcpServers": {
"vods": {
"command": "uvx",
"args": ["mcp-vods"],
"env": {
"MITV_LIST_CFG": "客厅电视:192.168.1.11"
}
}
}
}
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
}
}
}
claude mcp add vods -- uvx mcp-vodsclaude mcp add vods --env MITV_LIST_CFG=客厅电视:192.168.1.11 -- uvx mcp-vodscodex mcp add vods -- uvx mcp-vodsnpx skills add aahl/skills --skill mcp-vods
VOD_CONFIG_URL: LunaTV/MoonTV订阅源远程配置文件URL,可选(默认已内置)SEARCH_CACHE_TTL: 搜索缓存TTL,可选(默认5分钟)MAX_SEARCH_SITES: 单次最多搜索站点数,可选(默认10)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