Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

mrslbt/rippr MCP server](https://glama.ai/mcp/servers/mrslbt/rippr/badges/score.svg)](https://glama.ai/mcp/servers/mrslbt/rippr) πŸ“‡ 🏠 - YouTube transcript extraction for AI agents.

README.md

<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> <a href="https://www.npmjs.com/package/rippr-mcp"><img src="https://img.shields.io/npm/dm/rippr-mcp" alt="npm downloads" /></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" /> <a href="https://lobehub.com/mcp/mrslbt-rippr"><img src="https://lobehub.com/badge/mcp/mrslbt-rippr" alt="LobeHub MCP" /></a> <a href="https://glama.ai/mcp/servers/mrslbt/rippr"><img src="https://glama.ai/mcp/servers/mrslbt/rippr/badges/score.svg" alt="Glama MCP" /></a> </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. 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-mcp

Add 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

MIT

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use AI & ML servers.