Retrieves YouTube video transcripts in various formats for Large Language Model (LLM) integration.
This tool implements a Model Context Protocol (MCP) server that provides a way to fetch YouTube video transcripts. Leveraging the `youtube-transcript-api`, the server allows Large Language Models (LLMs) to securely and efficiently access YouTube transcripts in plain text or JSON format, based on video ID and language code. This enables seamless integration and processing of YouTube video content within LLM workflows.
主要功能
01Offers transcripts in plain text or JSON format.
020 GitHub stars
03Retrieves YouTube transcripts in multiple languages.
04Designed for seamless integration with MCP-compatible clients and tools.
使用案例
01Using YouTube transcripts for question answering systems.
02Enabling LLMs to summarize YouTube video content.
03Analyzing video content trends via transcript data.