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.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论