rippr
Extract YouTube transcripts for AI agents, RAG pipelines, and LLM workflows. Supports any YouTube URL. Returns clean text or timestamped segments. No API keys required.
README
<p align="center"> <img src="youtubetotext/icons/icon128.png" width="80" height="80" alt="rippr icon" /> </p>
<h1 align="center">rippr</h1>
<p align="center"> <strong>YouTube transcript ripper for humans and AI agents.</strong> </p>
<p align="center"> <a href="https://www.npmjs.com/package/rippr-mcp"><img src="https://img.shields.io/npm/v/rippr-mcp?color=green&label=MCP%20Server" alt="npm" /></a> <img src="https://img.shields.io/badge/manifest-v3-blue" alt="Manifest V3" /> <img src="https://img.shields.io/badge/license-MIT-yellow" alt="MIT License" /> </p>
<p align="center"> <a href="https://rippr.me"><strong>Website</strong></a> ยท <a href="https://chromewebstore.google.com/detail/rippr"><strong>Chrome Web Store</strong></a> ยท <a href="https://www.npmjs.com/package/rippr-mcp"><strong>MCP Server (npm)</strong></a> </p>
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-mcp
Add 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 source - Transcript 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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.