rippr
YouTube transcript ripper for RAG, LLM workflows, and AI research. Chrome extension. Multiple output formats
Documentation
rippr
YouTube transcript ripper for humans and AI agents.
ยท ยท
Three ways to use rippr
๐ Website โ rippr.me
Paste a YouTube URL, get the transcript. Clean text, no signup.
๐งฉ 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 client. Saves each transcript to `~/rippr/transcripts/` and returns the file path to the model.
> Desktop clients only. rippr runs as a local stdio process, so it works with Claude Desktop, Claude Code CLI, and Cursor. It does not work with cloud-hosted clients (claude.ai on the web, the Claude mobile app, or Claude Code on phone / web), which can't spawn local processes.
npx rippr-mcpAdd to Claude Desktop (`~/Library/Application Support/Claude/claude_desktop_config.json`):
{
"mcpServers": {
"rippr": {
"command": "npx",
"args": ["-y", "rippr-mcp"]
}
}
}Then ask: *"Rip this YouTube video: [url]"*. See mcp/README.md for the full tool surface.
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:
1. Innertube API โ YouTube's internal player API (Android client)
2. HTML scraping โ parses `ytInitialPlayerResponse` from page source
3. 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.
More MCPs
| MCP | What it does |
|---|---|
| Japan UX | Japanese UX rules for AI: forms, keigo, typography, trust signals |
| Rakuten | Search Rakuten's marketplace, books, and hotels |
| Xendit | Xendit payment APIs: invoices, disbursements, balances |
Disclaimer
Rippr is an unofficial, community-built tool. It is not affiliated with, endorsed by, or sponsored by YouTube or Google LLC. YouTube is a trademark of Google LLC.
Rippr accesses publicly available YouTube transcript data through endpoints that YouTube's own apps use. Use is subject to YouTube's Terms of Service, and use is at your own risk. The author accepts no liability for takedowns, rate limits, account actions, or any other consequences of use.
If YouTube changes their internal APIs in ways that break extraction, the tool may stop working without notice. For long-term production use, consider the official YouTube Data API v3 with an API key (not currently supported by this package).
License
Frequently asked questions
What is rippr?
rippr is YouTube transcript ripper for RAG, LLM workflows, and AI research. Chrome extension. Multiple output formats
How do I install rippr?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is rippr open source?
Yes โ it is hosted on GitHub at https://github.com/mrslbt/rippr and has 4 stars.
Related MCP tools
Official remote MCP server for Atlassian. Securely connect Jira, Confluence, Jira Service Management, Bitbucket, and Compass to Claude, ChatGPT, Cursor, VS Code, and other AI tools using OAuth 2.1 or API tokens.
Unity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
The go-to web for your AI coding agent โ local-first search, fetch, crawl & research over MCP. No API keys, no cloud, $0/query. Public beta.
AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.
A desktop MCP client designed as a tool unitary utility integration, accelerating AI adoption through the Model Context Protocol (MCP) and enabling cross-vendor LLM API orchestration.
Code research platform for AI agents; find, understand, and prove context across your code and all of GitHub, in a fraction of the tokens. One toolset, MCP or CLI
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP