Skip to main content
Glama

ripprの3つの利用方法

🌐 ウェブサイト — rippr.me

YouTubeのURLを貼り付けて、文字起こしを取得します。AIによる動画の要約も可能です。

🧩 Chrome拡張機能 — Chromeウェブストア

YouTubeページ上でワンクリックで文字起こしを抽出。複数の出力形式(RAG、JSON、Markdown)に対応しています。

🤖 MCPサーバー — npm

ripprをClaude、Cursor、またはMCP互換のAIエージェントに接続します。

npx rippr-mcp

Claude Desktopに追加します (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "rippr": {
      "command": "npx",
      "args": ["rippr-mcp"]
    }
  }
}

その後、次のように尋ねてください: "Get the transcript of this YouTube video: [url]"


出力形式

  • RAG (.txt) — チャンク化と埋め込みに最適化された、連続したテキストブロック

  • 構造化 (.json) — メタデータ付きのタイムスタンプ付きセグメント

  • 可読性重視 (.md) — ヘッダーとフォーマット付きのMarkdown

仕組み

最大限の信頼性を確保するためのマルチ戦略抽出:

  1. Innertube API — YouTubeの内部プレイヤーAPI(Androidクライアント)

  2. HTMLスクレイピング — ページソースから ytInitialPlayerResponse を解析

  3. 文字起こしパネル — 最終手段としてYouTubeの内蔵文字起こしパネルを開く

キャプションXMLは複数の形式(srv3、timedtext、JSON3)で解析されます。一時的な障害が発生した場合は、指数バックオフで再試行します。

プライバシー

すべてお使いのPC上で実行されます。外部サーバーへのデータ送信はありません。アカウント登録や追跡もありません。YouTube自身のAPIとのみ通信します。

ライセンス

MIT

-
security - not tested
A
license - permissive license
-
quality - not tested

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrslbt/rippr'

If you have feedback or need assistance with the MCP directory API, please join our Discord server