rippr
Extracts video transcripts from YouTube using multiple strategies including the Innertube API, HTML scraping, and the transcript panel. Supports converting transcripts into multiple output formats including RAG-optimized text, structured JSON with timestamps, and readable Markdown.
Three ways to use rippr
π Website β rippr.me
Paste a YouTube URL, get the transcript. Also summarizes videos with AI.
π§© Chrome Extension β Chrome Web Store
One-click transcript extraction directly on any YouTube page. Multiple output formats (RAG, JSON, Markdown).
π€ MCP Server β npm
Connect rippr to Claude, Cursor, or any MCP-compatible AI agent.
npx rippr-mcpAdd to Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"rippr": {
"command": "npx",
"args": ["rippr-mcp"]
}
}
}Then ask: "Get the transcript of this YouTube video: [url]"
Output formats
RAG (.txt) β single continuous text block, optimized for chunking and embedding
Structured (.json) β timestamped segments with metadata
Readable (.md) β markdown with headers and formatting
How it works
Multi-strategy extraction for maximum reliability:
Innertube API β YouTube's internal player API (Android client)
HTML scraping β parses
ytInitialPlayerResponsefrom page sourceTranscript panel β opens YouTube's built-in transcript panel as last resort
Caption XML parsed in multiple formats (srv3, timedtext, JSON3). Retry with exponential backoff on transient failures.
Privacy
Runs entirely on your machine. No data sent to external servers. No accounts, no tracking. Only communicates with YouTube's own APIs.
License
MIT
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrslbt/rippr'
If you have feedback or need assistance with the MCP directory API, please join our Discord server