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
संबंधित सर्वर
Bright Data
प्रायोजकDiscover, extract, and interact with the web - one interface powering automated access across the public internet.
Headline Vibes Analysis
Analyzes the sentiment of news headlines from major US publications using the NewsAPI.
Career Site Jobs
A MCP server to retrieve up-to-date jobs from company career sites.
MCP Web Research Server
A server for web research that brings real-time information into AI models like Claude.
Postman V2
An MCP server that provides access to Postman using V2 api version.
Playwright MCP
Automate web interactions and perform web scraping tasks using the Playwright framework.
AgentQL
Enable AI agents to get structured data from unstructured web with AgentQL.
Opengraph.io
Opengraph data, web scraping, screenshot features in a handy MCP tool
Intercept
Give your AI the ability to read the web. Fetches URLs as clean markdown with 9 fallback strategies. Handles tweets, YouTube, arXiv, PDFs, and regular pages.
MCP Web Research Server
A server for web research that brings real-time information into AI models and researches any topic.
MCP Webscan Server
Fetch, analyze, and extract information from web pages.