samson-art/transcriptor-mcp
by Various
An MCP server (stdio + HTTP/SSE) that fetches video transcripts/subtitles via yt-dlp, with pagination for large responses. Supports YouTube, Twitter/X, Instagram, TikTok, Twitch, V
MCP
samson-art/transcriptor-mcp
Added 1 June 2026
Overview
An MCP server (stdio and HTTP/SSE) that retrieves video transcripts and subtitles using yt-dlp, with pagination for large responses. Supports YouTube, Twitter/X, Instagram, TikTok, Twitch, Vimeo, Facebook, Bilibili, VK, and Dailymotion. Falls back to Whisper (local or OpenAI API) when subtitles are unavailable.
Best for
Best for
Developers building MCP-based workflows that need video transcript data from multiple platforms
Use cases
- Fetch video transcripts for analysis or summarization
- Integrate subtitle retrieval into MCP-hosted AI assistants like Cursor
- Extract text from videos without native subtitles via Whisper fallback
How to use
Install
docker run --rm -i artsamsonov/transcriptor-mcp:latest Tools exposed
get_transcriptget_raw_subtitlesget_available_subtitlesget_video_infoget_video_chaptersget_video_frameget_playlist_transcriptssearch_videos
Tested with
Cursor, ChatGPT
Example client config
{\n "mcpServers": {\n "transcriptor": {\n "command": "docker",\n "args": ["run", "--rm", "-i", "artsamsonov/transcriptor-mcp:latest"]\n }\n }\n} Notes
An MCP server (stdio and HTTP/SSE) that retrieves video transcripts and subtitles using yt-dlp, with pagination for large responses. Supports YouTube, Twitter/X, Instagram, TikTok, Twitch, Vimeo, Facebook, Bilibili, VK, and Dailymotion. Falls back to Whisper (local or OpenAI API) when subtitles are unavailable.
10 stars on GitHub. Last updated 2026-06-01. Licensed MIT.
Use cases
- Fetch video transcripts for analysis or summarization
- Integrate subtitle retrieval into MCP-hosted AI assistants like Cursor
- Extract text from videos without native subtitles via Whisper fallback
Pros
- Supports a wide range of video platforms
- Provides fallback transcription when subtitles are missing
- Works with existing MCP hosts and tools like Cursor
Cons
- Low community adoption (10 GitHub stars) suggests early or niche usage
- Requires MCP host environment, not a standalone tool
- Whisper fallback relies on local hardware or paid API and may be slow
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Supports a wide range of video platforms
- Provides fallback transcription when subtitles are missing
- Works with existing MCP hosts and tools like Cursor
Cons
- Low community adoption (10 GitHub stars) suggests early or niche usage
- Requires MCP host environment, not a standalone tool
- Whisper fallback relies on local hardware or paid API and may be slow
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.