Skip to content
VS Code

MCP Server for Binge-watch for VS Code

io.github.aahl/mcp-vods

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

client:VS Code transport:stdio runtime:pypi

Install MCP Server for Binge-watch in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-vods": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-vods"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

MCP Server for Binge-watch in other clients