YouTube Transcripts
Summary
This MCP server, developed by Junpei Kawamoto, provides integration with YouTube's transcript API to retrieve captions for given video URLs. Built with Python and leveraging libraries like mcp and youtube-transcript-api, it offers a straightforward way to access video transcripts through a standardized interface. The implementation focuses on simplicity and ease of use, making it compatible with both Goose CLI and Goose Desktop. By connecting AI models with YouTube's vast repository of video content, this server enables scenarios such as content analysis, subtitle generation, and information extraction from video sources. It's particularly useful for applications and AI assistants that need to process or reference spoken content from YouTube videos.
Available Actions(1)
get_transcript
Fetches the transcript of a specified YouTube video. Parameters: url (string) - The full URL of the YouTube video. This field is required; lang (string, optional) - The desired language for the transcript. Defaults to `en` if not specified.
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요