Ollang MCP + YouTube
Use a YouTube MCP Server alongside Ollang MCP to extract video transcripts and create translation orders. kirbah/mcp-youtube (@kirbah/mcp-youtube) is an actively maintained community alternative that wraps YouTube Data API v3 with a Google API key.
Why YouTube + Ollang?
YouTube is a video platform with a large catalog of content. By connecting a community YouTube server with Ollang MCP, your AI assistant can:- Extract transcripts from YouTube videos
- Create subtitle and closed caption translation orders
- Prepare multilingual channel content
- Order AI dubbing for video URLs
Setup
The examples below use the existing community server. Replace it with@kirbah/mcp-youtube when that package better fits your client.
- Claude Desktop
- Claude Code
- Cursor
- Devin
- Replit
- Lovable
claude_desktop_config.json
Create a Google API key with access to YouTube Data API v3. Never commit the key; use an environment variable such as
YOUTUBE_API_KEY.