MCP Server for Binge-watch for Grok
io.github.aahl/mcp-vods
MCP Server for Binge-watch / MoonTV / LunaTV. 一个用于追剧/追番的MCP服务器,为AI提供搜索影视播放地址的能力,并支持在小米等安卓电视/投影仪上直接播放
client:Grok
transport:stdio
runtime:pypi
Install MCP Server for Binge-watch in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-vods": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-vods"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs