AgentHubAgentHub

MCP Server for Binge-watch

MCP ServerMCP Registry官方收录

io.github.aahl/mcp-vods · v0.1.9

MCP Server for Binge-watch / MoonTV / LunaTV. 一个用于追剧/追番的MCP服务器,为AI提供搜索影视播放地址的能力,并支持在小米等安卓电视/投影仪上直接播放

概览

MCP Server for Binge-watch 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "mcp-vods": {
      "command": "uvx",
      "args": [
        "mcp-vods"
      ]
    }
  }
}

环境变量

TRANSPORT可选

Transport protocol to use

相关资源

统一 Manifest

{
  "id": "io.github.aahl/mcp-vods",
  "type": "mcp-server",
  "version": "0.1.9",
  "displayName": "MCP Server for Binge-watch",
  "description": "MCP Server for Binge-watch / MoonTV / LunaTV. 一个用于追剧/追番的MCP服务器,为AI提供搜索影视播放地址的能力,并支持在小米等安卓电视/投影仪上直接播放",
  "repository": {
    "url": "https://github.com/aahl/mcp-vods",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "mcp-vods",
        "version": "0.1.9",
        "transport": "stdio"
      },
      {
        "registryType": "oci",
        "identifier": "ghcr.io/aahl/mcp-vods:latest",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "TRANSPORT",
            "description": "Transport protocol to use"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.aahl/mcp-vods",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.aahl%2Fmcp-vods/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
MCP Server for Binge-watch — MCP Server 安装与配置 · AgentHub