MCP Server for Binge-watch for Cursor
io.github.aahl/mcp-vods
MCP Server for Binge-watch / MoonTV / LunaTV. 一个用于追剧/追番的MCP服务器,为AI提供搜索影视播放地址的能力,并支持在小米等安卓电视/投影仪上直接播放
client:Cursor
transport:stdio
runtime:pypi
Install MCP Server for Binge-watch in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-vods": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-vods"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs