mrslbt

rippr

Community mrslbt
Updated

YouTube transcript ripper for RAG, LLM workflows, and AI research. Chrome extension. Multiple output formats

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. 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:

  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.

License

MIT

MCP Server ยท Populars

MCP Server ยท New

    remete618

    widemem.ai

    Next-gen AI memory layer with importance scoring, temporal decay, hierarchical memory, and YMYL prioritization

    Community remete618
    Ruya-AI

    Cozempic

    Context cleaning for Claude Code โ€” prune bloated sessions, protect Agent Teams from context loss, auto-guard with tiered pruning

    Community Ruya-AI
    KuvopLLC

    better bear

    MCP Server

    Community KuvopLLC
    tradesdontlie

    TradingView MCP Bridge

    AI-assisted TradingView chart analysis โ€” connect Claude Code to your TradingView Desktop for personal workflow automation

    Community tradesdontlie
    us

    fastCRW โ€” Open Source Web Scraping API for AI Agents

    Fast, lightweight Firecrawl alternative in Rust. Web scraper, crawler & search API with MCP server for AI agents. Drop-in Firecrawl-compatible API (/v1/scrape, /v1/crawl, /v1/search). 2.3x faster than Tavily, 1.5x faster than Firecrawl in 1K-URL benchmarks. 6 MB RAM, single binary. Self-host or use managed cloud.

    Community us