# YouTube Transcript Extractor for Claude.ai - Quick Guide

Hey creators! Ever spent HOURS manually transcribing YouTube videos? Or copying timestamps one by one?

I'm about to save you SO. MUCH. TIME.

### 🎯 What This Does <a href="#f0-9f-8e-af-what-this-does" id="f0-9f-8e-af-what-this-does"></a>

This game-changing tool lets you:

* Extract ANY YouTube video transcript instantly
* Get perfect timestamps for every sentence
* No more manual copying!

### Claude.ai Web <a href="#for-claude-proteam-users-the-vip-route-f0-9f-91-91" id="for-claude-proteam-users-the-vip-route-f0-9f-91-91"></a>

<figure><img src="https://2680433967-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOZZMphgu4vCBIC4xqyqR%2Fuploads%2FHxCNdHgFJVumM5l0cdF3%2FCleanShot%202025-07-28%20at%2014.38.24%402x.png?alt=media&#x26;token=93ffde06-00ef-4e92-bada-30ce9986ee0d" alt="YouTube Transcript Extractor MCP Server"><figcaption></figcaption></figure>

1. Head to claude.ai and login to your account
2. Click your profile → **Settings** → **Connectors**
3. Hit that **"Add custom connector"** button
4. Copy & paste this magic URL:

```
https://youtube-transcript-extractor-mcp.webextension.net/sse
```

5. Click **"Add"** and BOOM! You're done!
6. Try it out! Just type:

```
Extract transcript from [paste any YouTube URL here]
```

### **Claude Desktop**

1. Open Claude Desktop on your computer
2. Go to **Settings** → **Developer** → **Edit Config**
3. Copy and paste this configuration:

```json
{
  "mcpServers": {
    "youtube-transcript": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://youtube-transcript-extractor-mcp.webextension.net/sse"
      ]
    }
  }
}
```

4. Save the file and restart Claude Desktop
5. You're done! 🎉

### 🔥 Real Examples That'll Blow Your Mind <a href="#f0-9f-94-a5-real-examples-thatll-blow-your-mind" id="f0-9f-94-a5-real-examples-thatll-blow-your-mind"></a>

**Example 1: Research Mode**

```
Me: Extract transcript from this 3-hour podcast: https://youtu.be/[podcast-url]
Claude: *Returns entire transcript in 2 seconds*
```

**Example 2: Content Repurposing**

```
Me: Get timestamped parts from my latest video: https://youtu.be/[my-video]
Claude: Here's every sentence with exact timestamps for your shorts!
```

**Example 3: Multi-Language Magic**

```
Me: Extract Spanish transcript from https://youtu.be/[spanish-video]
Claude: *Returns perfect Spanish transcript*
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.gsctool.com/features/mcps/youtube-transcript-extractor-for-claude.ai-quick-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
