video-transcriber-mcp
Verified Safeby nhatvu148
Overview
Provides an MCP server to transcribe videos from URLs (1000+ platforms) or local files using OpenAI's Whisper model, generating transcripts in TXT, JSON, and Markdown formats.
Installation
npx -y video-transcriber-mcpSecurity Notes
The server executes external command-line tools (yt-dlp, whisper, ffmpeg) via `child_process.exec`. While input arguments are generally quoted to mitigate shell injection, the overall security relies on the integrity of these external binaries and the host system. A large `maxBuffer` for `child_process.exec` (10MB) could be a minor denial-of-service vector if large outputs are maliciously crafted. No `eval` or hardcoded secrets found.
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.
video-transcriber-mcp-rs
High-performance video transcription and audio extraction from over 1000 online platforms or local video files, generating transcripts in plain text, JSON, and Markdown formats.