MCP Server
Maintained
MIT
MCP Server for Binge-watch MCP Server
io.github.aahl/mcp-vods
What is the MCP Server for Binge-watch MCP server?
MCP Server for Binge-watch / MoonTV / LunaTV. 一个用于追剧/追番的MCP服务器,为AI提供搜索影视播放地址的能力,并支持在小米等安卓电视/投影仪上直接播放
How to install MCP Server for Binge-watch
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
TRANSPORTTransport protocol to use
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-vods": {
"command": "uvx",
"args": [
"mcp-vods"
],
"env": {
"TRANSPORT": "<YOUR_TRANSPORT>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-vods": {
"command": "uvx",
"args": [
"mcp-vods"
],
"env": {
"TRANSPORT": "<YOUR_TRANSPORT>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-vods": {
"command": "uvx",
"args": [
"mcp-vods"
],
"env": {
"TRANSPORT": "<YOUR_TRANSPORT>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-vods": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-vods"
],
"env": {
"TRANSPORT": "<YOUR_TRANSPORT>"
}
}
}
}Claude Code
claude mcp add mcp-vods --env TRANSPORT=<YOUR_TRANSPORT> -- uvx mcp-vodsRelated MCP servers
AkTools MCP Server
Maintained
Query stock, crypto prices, financial indicators, and market news via akshare through MCP.
382
View repository →Python
MIT
Notify MCP Server
Maintained
MCP Server for notify to Weixin, Telegram, Bark, Lark, Feishu, DingTalk
29
View repository →Python
MIT