V
Video Streaming Search
Searches Chinese video streaming platforms for TV series and anime playback URLs with Xiaomi TV integration.
Share:
About
Searches Chinese video streaming platforms for TV series and anime playback URLs with Xiaomi TV integration.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Video Streaming Search.
- What is the primary function of Video Streaming Search?
- This MCP is designed to search Chinese video streaming platforms for TV series and anime playback URLs. It specifically integrates with Xiaomi TV for playback functionality.
- Does Video Streaming Search require any API keys or credentials?
- The service description indicates an 'Auth type: none', suggesting no API keys or specific credentials are required to use this MCP.
- How can I install Video Streaming Search in an MCP client?
- Installation in a client like Claude Desktop typically involves adding the MCP's repository URL (https://github.com/aahl/mcp-vods) within the client's settings, then browsing for 'video-streaming-search' to install.
- Can I use Video Streaming Search to find content on international streaming platforms?
- No, this MCP is specifically designed to search Chinese video streaming platforms. It does not support international platforms.
- Are there any costs associated with using Video Streaming Search?
- The MCP itself is open source, as indicated by its GitHub repository. Any costs would depend on the underlying video streaming services accessed through the MCP.
Install Video Streaming Search
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"video-streaming-search": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-video-streaming-search"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"video-streaming-search": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-video-streaming-search"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"video-streaming-search": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-video-streaming-search"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.