YouTube Server MCP is a server that enables direct search and retrieval of transcripts from YouTube videos via a call from the Claude LLM.
To use it, install dependencies with bun install and start the server using bun run index.ts.
Its key features include direct YouTube video transcript access, integration with Claude LLM for improved search, and a simple setup process with Bun.
Use cases are quickly getting educational video transcripts, searching for specific video content, and improving accessibility for users who prefer text.
FAQ: The server works with any public YouTube video. Bun is a fast, all-in-one JavaScript runtime that streamlines development.