Back to Home
nhatvu148 icon

video-transcriber-mcp

Verified Safe

by 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

Run Command
npx -y video-transcriber-mcp

Security 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-11-26

Tags

video transcriptionMCP serverWhisper AIyt-dlpaccessibilitymulti-platform