YouTube Transcribe icon

YouTube Transcribe

1

Fetches or generates YouTube video transcripts using AI, prioritizing official transcripts and falling back to local Whisper transcription.

Acerca de

This tool operates as a lightweight Model Context Protocol (MCP) server, offering a robust solution for acquiring YouTube video transcripts. It intelligently prioritizes fetching pre-existing, official transcripts directly from YouTube for speed and accuracy. Should an official transcript not be available, the server seamlessly downloads the video's audio and leverages OpenAI's Whisper model for local, AI-powered transcription, with an emphasis on utilizing `whisper.cpp` for enhanced speed. Designed for straightforward integration, it exposes its transcription capabilities via a simple tool accessible to any system capable of communicating with an MCP server.

Características Principales

  • YouTube Video Search
  • Official Transcript Priority
  • Fast AI-Powered Transcription
  • MCP Server Interface
  • 1 GitHub stars

Casos de Uso

  • Automate the extraction of content from YouTube videos for analysis or documentation purposes.
  • Connect to Google Gemini CLI to use YouTube transcription as a native terminal tool.
  • Integrate YouTube transcription into AI agents or other applications via an MCP server.