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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Fetches the transcript of a specified YouTube video. Parameters: url (string - required), lang (string - optional), next_cursor (string - optional)
Fetches the transcript of a specified YouTube video with timestamps. Parameters: url (string - required), lang (string - optional), next_cursor (string - optional)
Fetches the metadata of a specified YouTube video. Parameters: url (string - required)