Back to MCP Servers
Youtube
MCP server that transcribes YouTube videos to text. Uses yt-dlp to download audio and OpenAI's Whisper-1 for more precise transcription than youtube captions. Provide a YouTube URL and get back the full transcript splitted by chunks for long videos.
search-data-extractionai
By format37
Installation
npx -y youtube_mcpConfiguration
{
"mcpServers": {
"youtube_mcp": {
"command": "npx",
"args": ["-y", "youtube_mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes