Video Fetch MCP
Related Servers
Alternatives to Video Fetch MCP
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceUses yt-dlp to download subtitles from YouTube and connects it to claude.ai via Model Context Protocol.1431 npm545MIT
- AlicenseNot gradedqualityAmaintenanceConnects 'yt-dlp' with LLMs via the Model Context Protocol, allowing users to download YouTube content and integrate it with Dive and other MCP-compatible LLMs.222 npm278MIT
- FlicenseNot gradedqualityDmaintenanceThis MCP fetches trending data from platforms like YouTube, TikTok, and Instagram Reels using various scraping and API techniques. It's designed to run under FastMCP and exposes tools that can be consumed via a local CLI or claude.27-
- AlicenseAqualityBmaintenanceA MCP Server for TikTok videos that allows you to get video subtitles and post details, such as the number of likes, hashtags, and publishing time.312 npm196MIT
- AlicenseAqualityCmaintenanceA comprehensive MCP server for extracting YouTube video transcripts with support for multiple transports, languages, and output formats.74 npm4MIT
- FlicenseCqualityDmaintenanceA lightweight MCP service that enables programmatic downloading of Instagram videos to a specified local path with progress tracking.14-
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose with no overlap: cancel_task stops tasks, download_video initiates downloads, get_task_status checks progress, get_video_info retrieves metadata, and list_tasks enumerates tasks. An agent can easily distinguish between these operations.
All tools follow a consistent verb_noun pattern (e.g., cancel_task, download_video, get_task_status), using snake_case throughout. The naming is predictable and readable across the entire set.
With 5 tools, this server is well-scoped for video fetching, covering core operations like downloading, status checking, task management, and info retrieval. Each tool earns its place without being excessive or insufficient.
The toolset covers the essential lifecycle of video fetching: initiating downloads (download_video), monitoring (get_task_status, list_tasks), and metadata retrieval (get_video_info). A minor gap is the lack of a tool for modifying or resuming tasks, but agents can work around this with the existing tools.