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.

Instant Transcript Demo

Get Transcripts in Seconds

Get accurate transcripts in seconds. Copy, download as TXT/SRT, or jump to any moment with clickable timestamps.

AI Chat Demo

AI Summaries & Chat

Condense hours into minutes. Get instant summaries and chat with any video to extract quotes and answers.

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"

Automate Your Entire Workflow

From research to production, call the REST API from Zapier, Make, n8n, or any HTTP webhook.

Marketers

Repurpose content at scale. Analyze competitors and turn videos into blog posts.

Content Creators

Generate subtitles, show notes, and social clips from long-form videos in minutes.

Researchers

Search hours in seconds. Find exact quotes and data from lectures or interviews.

Developers

Build AI-powered apps. Feed video data into LLMs or create analysis tools.

Transcript Bunny
Zapier
Make
n8n
Custom API

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.

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.

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.

Can I summarize videos?

Yes, our AI summarizer can turn long videos into concise notes, bullet points, or blog posts instantly.

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. Learn more →

Start Transcribing Today

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

Get Started for Free

No credit card required • Cancel anytime