Get Transcripts & AI Summaries from YouTube in Seconds

Extract transcripts, generate AI summaries, and unlock insights from public YouTube videos that have captions. Save hours with our Web App or integrate via API.

No credit card required
15 free credits/month
Public videos with captions

Built for creators, developers, and agencies

Agencies
Creators
Startups
Media

Turn YouTube Videos into Text & Insights

Stop manually transcribing. Get accurate transcripts, AI summaries, and chat with any video in seconds.

Developer Friendly

The YouTube Transcript API

Stop scraping and start building. Our API handles the complexity of extracting transcripts, so you can focus on your product.

  • Public videos that have captions
  • Structured JSON output with timestamps
  • Rate limits from 5 to 200 requests/minute by plan
  • Easy integration with Python, JS, cURL
Read the API Documentation
example.py
  import requests

  url = "https://transcriptbunny.com/api/v1/transcribe"
  headers = {
      "Authorization": "Bearer tb_live_..."
  }
  payload = {
      "videoUrl": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
  }

  response = requests.post(url, headers=headers, json=payload)
  data = response.json()

  # Get full text
  print(data["transcript"]["text"])

  # Get segments with timestamps
  for segment in data["transcript"]["segments"]:
      print(f"[{segment['timestamp']}] {segment['text']}")
  
YouTube Transcript MCP Server

Get YouTube Transcripts in Claude, Cursor & More

Our MCP server lets AI assistants fetch YouTube transcripts directly. Ask Claude or Cursor to grab any video transcript, summarize it, or extract quotes-all in natural language.

  • YouTube transcripts in Claude Desktop
  • YouTube transcripts in Cursor IDE
  • Works with any MCP-compatible AI client
  • Same credits, same API key
View MCP Setup Guide

Claude Desktop

Fetch YouTube transcripts via Claude

Supported

Cursor IDE

YouTube transcripts in your editor

Supported

Any MCP Client

Streamable HTTP MCP transport

Supported
Ask your AI for a YouTube transcript

"Get the transcript for youtube.com/watch?v=... and summarize the key points"

Frequently Asked Questions

Is it free to use?

Yes! You can get started for free with 15 credits (transcripts) per month. No credit card required. See plans and pricing when you need more volume.

Can I use the API?

Absolutely. Our API is designed for developers and automation. It's available on every plan, including Free, with higher rate limits on paid plans. Read the YouTube Transcript API docs.

Does it work with any YouTube video?

It works with public YouTube videos that have captions or subtitles (auto-generated or uploaded). Transcript Bunny returns the default caption track available for that video. The transcript language follows those captions. There is no language picker, and we do not translate captions. If a video fails, see support.

Can I summarize videos?

Yes, our AI summarizer can turn long videos into concise notes, bullet points, or blog posts instantly. After that, export or search the transcript from your library.

Does it work with Claude or Cursor?

Yes! We support the Model Context Protocol (MCP), so you can connect Transcript Bunny to Claude Desktop, Cursor IDE, and other AI tools. Read the MCP server guide →

Start Transcribing Today

Start free with 15 credits/month. No credit card required.

Get Started for Free

No credit card required • Cancel anytime