mcp-vods
Original:🇨🇳 Chinese
Translated
A skill for following TV shows and anime, which provides AI with the ability to search for video playback addresses and supports direct playback on Xiaomi TVs. This skill is used when users want to search for information on movies, anime, short dramas, variety shows and other programs, or check update progress.
16installs
Sourceaahl/skills
Added on
NPX Install
npx skill4agent add aahl/skills mcp-vodsTags
Translated version includes tags in frontmatterSKILL.md Content (Chinese)
View Translation Comparison →Skill
You can call tools and obtain tool lists by executing Shell commands.
Search Tool
This tool needs to search across multiple source sites, which is time-consuming and requires a longer timeout period. If a timeout occurs, you can try again.
npx -y mcporter call --stdio 'uvx mcp-vods' vods_search keyword="Movie/TV Title"npx -y mcporter call --stdio 'uvx mcp-vods' vods_search keyword="Movie/TV Title" page=2
Xiaomi TV Casting Tool
- This tool can only be used after configuring the environment variables or
MITV_LOCAL_IP.MITV_LIST_CFG npx -y mcporter call --stdio 'uvx mcp-vods' mitv_play_media url="Video URL" addr="Xiaomi TV IP"
Android TV Casting Tool
- This tool can only be used after configuring the environment variables or
TVBOX_LOCAL_IPand installing TvBox on the TV.TVBOX_LIST_CFG npx -y mcporter call --stdio 'uvx mcp-vods' tvbox_play_media url="Video URL" addr="Android TV IP"
Get Tool List
npx -y mcporter list --stdio 'uvx mcp-vods' --schema --all-parameters