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.
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 |
License
MIT
Похожие серверы
Bright Data
спонсорDiscover, extract, and interact with the web - one interface powering automated access across the public internet.
powhttp-mcp
MCP server enabling agents to debug HTTP requests better
MCP FetchPage
Intelligent web page fetching with automatic cookie support and CSS selector extraction.
Yahoo Finance
Fetch stock data, news, and financial information from Yahoo Finance.
Open Crawler MCP Server
A web crawler and text extractor with robots.txt compliance, rate limiting, and page size protection.
CarDeals-MCP
A Model Context Protocol (MCP) service that indexes and queries car-deal contexts - fast, flexible search for vehicle listings and marketplace data.
AgentQL
Enable AI agents to get structured data from unstructured web with AgentQL.
Headline Vibes Analysis
Analyzes the sentiment of news headlines from major US publications using the NewsAPI.
Firecrawl MCP
Adds powerful web scraping and search capabilities to LLM clients like Cursor and Claude.
Chrome MCP Server
Exposes Chrome browser functionality to AI assistants for automation, content analysis, and semantic search via a Chrome extension.
Google News Trends MCP
Access Google News and Google Trends data without paid APIs.