mcp-youtube-transcript
Verified Safeby vosamoilenko
Overview
Provides tools for AI assistants to fetch, search, and analyze YouTube video transcripts and retrieve channel video lists.
Installation
npm startSecurity Notes
The server uses 'child_process.execFile' to run a Python script for transcript fetching. While generally safer than 'exec' due to arguments being passed separately, it still involves executing an external process. Input validation is performed for video/channel IDs, mitigating direct command injection risk for the Python script arguments. No 'eval' or obvious obfuscation was found. No hardcoded secrets were identified.
Similar Servers
mcp-server-youtube-transcript
Provides a Model Context Protocol server to retrieve YouTube video transcripts, including language fallback, timestamps, and ad filtering.
yt-dlp-mcp
Integrate video platform capabilities like search, metadata extraction, and content download into AI agents using yt-dlp.
mcp-youtube
Empowers AI language models to retrieve token-optimized, structured YouTube data for video search, detail retrieval, transcript fetching, channel analysis, and trend discovery.
youtube-transcript-mcp
Enables LLM chat applications to summarize or analyze content from YouTube videos by providing their transcripts.