54
/ 100
17 days ago
smithery

Transcriptor

An MCP server that fetches video transcripts/subtitles via yt-dlp, with pagination for large responses. Supports YouTube, Twitter/X, Instagram, TikTok, Twitch, Vimeo, Facebook, Bilibili, VK, Dailymotion, Reddit. Whisper fallback — transcribes audio when subtitles are unavailable.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Known vulnerabilities in dependencies: 1 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
4 tools verified — handlers match their declared behaviour
4 read-only tools verified — handlers contain no write/delete/exec
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: WHISPER_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies1 high2 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

highfastify@5.7.4GHSA-247c-9743-5963

Fastify has a Body Schema Validation Bypass via Leading Space in Content-Type Header

lowfastify@5.7.4GHSA-444r-cwp2-x5xf

fastify: request.protocol and request.host Spoofable via X-Forwarded-Proto/Host from Untrusted Connections

lowfastify@5.7.4GHSA-573f-x89g-hqp9

Fastify's Missing End Anchor in "subtypeNameReg" Allows Malformed Content-Types to Pass Validation

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configAPP
configBASE_URL
configCACHE_MODERedis caching — Cache subtitles and metadata to reduce yt-dlp calls. Configure via =redis and CACHE_REDIS_URL.
configCACHE_REDIS_URLRedis caching — Cache subtitles and metadata to reduce yt-dlp calls. Configure via CACHE_MODE=redis and .
configCACHE_TTL_METADATA_SECONDS
configCACHE_TTL_SUBTITLES_SECONDS
configCOOKIES_FILE_PATHan authenticated cookies.txt file and the environment variable.
configCORS_ALLOWED_ORIGINS
configHOSTIf you change PORT / , adjust the URL accordingly, e.g. http://<HOST>:<PORT>/docs.
configLOAD_BASE_URL
configLOG_LEVEL
configRATE_LIMIT_TIME_WINDOW
configSENTRY_DSN
configSENTRY_ENVIRONMENT
configSENTRY_RELEASE
configSENTRY_SEND_DEFAULT_PII
configSENTRY_TRACES_SAMPLE_RATE
configTEST_PARSE_INT
configWHISPER_API_BASE_URL
🔐 secretWHISPER_API_KEYWhisper fallback — When native subtitles are unavailable, transcribe video audio via Whisper (local self-hosted or OpenAI API). Configure via WHISPER_MODE, WHISPER_BASE_URL, , etc.
configWHISPER_BACKGROUND_TIMEOUT
configWHISPER_BASE_URLWhisper fallback — When native subtitles are unavailable, transcribe video audio via Whisper (local self-hosted or OpenAI API). Configure via WHISPER_MODE, , WHISPER_API_KEY, etc.
configWHISPER_MODEWhisper fallback — When native subtitles are unavailable, transcribe video audio via Whisper (local self-hosted or OpenAI API). Configure via , WHISPER_BASE_URL, WHISPER_API_KEY, etc.
configWHISPER_TIMEOUT
configYT_DLP_AGE_LIMIT
configYT_DLP_AUDIO_BUFFER_SIZE
configYT_DLP_AUDIO_CONCURRENT_FRAGMENTS
configYT_DLP_AUDIO_DOWNLOADER
configYT_DLP_AUDIO_DOWNLOADER_ARGS
configYT_DLP_AUDIO_FORMAT
configYT_DLP_AUDIO_FRAGMENT_RETRIES
configYT_DLP_AUDIO_HTTP_CHUNK_SIZE
configYT_DLP_AUDIO_LIMIT_RATE
configYT_DLP_AUDIO_QUALITY
configYT_DLP_AUDIO_RETRIES
configYT_DLP_AUDIO_RETRY_SLEEP
configYT_DLP_AUDIO_THROTTLED_RATE
configYT_DLP_AUDIO_TIMEOUT
configYT_DLP_DOWNLOAD_ARCHIVE
configYT_DLP_ENCODING
configYT_DLP_EXTRA_ARGS
configYT_DLP_FRAME_TIMEOUTTimeout is controlled by (falls back to YT_DLP_TIMEOUT, default 60000 ms).
configYT_DLP_IGNORE_NO_FORMATS
configYT_DLP_JS_RUNTIMES
configYT_DLP_MAX_FILESIZE
configYT_DLP_MAX_SLEEP_INTERVAL
configYT_DLP_NO_WARNINGS
configYT_DLP_PLAYLIST_IGNORE_ERRORS
configYT_DLP_PROXY
configYT_DLP_REMOTE_COMPONENTS
configYT_DLP_REQUIRED
configYT_DLP_RETRIES
configYT_DLP_RETRY_SLEEP
configYT_DLP_SKIP_VERSION_CHECK
configYT_DLP_SLEEP_INTERVAL
configYT_DLP_SLEEP_REQUESTS
configYT_DLP_SLEEP_SUBTITLES
configYT_DLP_SUB_FORMAT
configYT_DLP_TIMEOUTTimeout is controlled by YT_DLP_FRAME_TIMEOUT (falls back to , default 60000 ms).
configYT_DLP_VERBOSE_ON_ERROR
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/samson-art-transcriptor-mcp-tgg1yn)](https://m8ven.ai/mcp/samson-art-transcriptor-mcp-tgg1yn)
commit: 707038b7951bb86e35850e7619b29fcc5f12b567
code hash: eab65b94521f077ea015c27a9fba29ff67da908996a4577e5dd2589c12806355
verified: 7/14/2026, 8:39:51 AM
view raw JSON →