YouTube search and transcript extraction. No API keys required.
Search YouTube and pull full transcripts for any video instantly. No API keys needed—uses DuckDuckGo for search and generic fetch for transcripts.
search_youtubeFind videos relevant to your query.
query (string), max_results? (int)get_youtube_transcriptExtract the full transcript of a specific video.
url (string)"Find a video about how to use FastMCP" -> search_youtube({ query: "FastMCP tutorial" })
"Get the transcript for https://youtube.com/watch?v=..." -> get_youtube_transcript({ url: "..." })
ZIP package — ready to use