Mmcp.market

Rippr MCP server

by mrslbt·io.github.mrslbt/rippr-mcp·v1.3.0

Rip YouTube transcripts to disk for AI agents, RAG pipelines, and LLM workflows.

A88/100grade A
What users say
No reviews yet
Be the first
Safety scan
A88/100

full report

Adoption
Growing

4 stars39 downloads/wk

Reviews

Write one

Nobody has reviewed Rippr yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Rippr tools (1)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • rip_transcript

    Extract the full transcript from a YouTube video. By default, saves the transcript as a Markdown file to disk and returns a resource_link + metadata (title, channel, language, duration, word count, saved path, preview). The full transcript text is NOT returned by default — this keeps context lean and gives the user a persistent file they can reuse. After calling, always tell the user where the fil

Public scan report

scanner v0.1.9 · 2026-09-24 · same rubric, same numbers if you re-run it

no findings
  • Code scan4 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 55 days ago12/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 88/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Rippr repository's README, as published. We do not edit it. Read it on GitHub

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 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/claudedesktopconfig.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

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.

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y rippr-mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add rippr-mcp -- npx -y rippr-mcp
Add to Cursor

Rippr: common questions

Is Rippr MCP server safe?
Yes, by our scan: it is graded A (88/100). Read the Rippr safety report
How do I install Rippr?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Rippr need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Rippr maintained?
The last commit was 56 days ago (2026-07-31). The latest release is v1.3.0.
What can I use instead of Rippr?
Servers from other publishers that do the same job: Local Rag MCP server, Google Surf MCP server and PDF MCP server. Compare all Rippr alternatives.

Alternatives to Rippr

Same job from other publishers: the closest match first, then the best rated.

All Rippr alternatives →
  • Local Rag
    Easy-to-setup local RAG server with minimal configuration
    A
  • Google Surf
    Web, academic and code search with graph RAG, data lineage, ontology and cross-project schema links.
    B
  • PDF
    Agentic RAG over one PDF or a whole folder: hybrid search, selective page reads, tables, OCR.
    A
  • Tw Legal Rag
    Citation-guarded retrieval over 22M Taiwan court judgments and administrative interpretations
    A
  • haiku.rag
    Local-first agentic RAG with citations - hybrid search, reranking, multimodal document retrieval
    A

More from mrslbt