rippr
YouTube transcript extraction for AI agents. Clean text, timestamps, or structured JSON from any video. No API keys required.
rippr
YouTube transcript ripper for humans and AI agents.
Website ยท Chrome Web Store ยท MCP Server (npm)
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 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
Server Terkait
Bright Data
sponsorDiscover, extract, and interact with the web - one interface powering automated access across the public internet.
Hyperbrowser
Hyperbrowser is the next-generation platform empowering AI agents and enabling effortless, scalable browser automation.
Opengraph.io
Opengraph data, web scraping, screenshot features in a handy MCP tool
Airbnb MCP Server
Search for Airbnb listings and retrieve detailed information without an API key.
Configurable Puppeteer MCP Server
A configurable MCP server for browser automation using Puppeteer.
Lightpanda Go MCP server
A Go-based MCP server for interacting with the Lightpanda Browser using the Chrome DevTools Protocol (CDP).
Pip Server
Market Data
MeteoSwiss Data
Provides weather reports, search, and content from the MeteoSwiss website with multi-language support.
YouTube Translate MCP
Access YouTube video transcripts and translations using the YouTube Translate API.
YouTube Insights MCP Server
Extract insights from YouTube videos, including subtitles, video discovery, and channel information.
Render-fetch
Drop-in upgrade to Claude's WebFetch that auto-detects JS-rendered pages and fetches them with Playwright headless browser