youtube-transcript-mcp-server
Verified Safeby Vishnudharshan-33
Overview
Enables AI assistants to fetch and read YouTube video transcripts for summarization and analysis.
Installation
python server.pyEnvironment Variables
- WEBSHARE_USERNAME
- WEBSHARE_PASSWORD
Security Notes
The code uses `os.getenv` for proxy credentials, which is good practice for secret management. No `eval` or other obvious command injection vulnerabilities were found in the provided source. It relies on the security and robustness of the `youtube-transcript-api` library for transcript fetching.
Similar Servers
voicemode
Provides robust voice interaction capabilities for Model Context Protocol (MCP) agents, enabling real-time speech-to-text (STT) and text-to-speech (TTS) functionalities, with support for local and cloud-based services. It also includes tools for audio playback (DJ), service management, and diagnostics.
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.
youtube-transcript-mcp
Enables LLM chat applications to summarize or analyze content from YouTube videos by providing their transcripts.