API & MCP

How to Integrate YouTube Transcript API with Claude Desktop

A step-by-step developer tutorial on configuring Claude Desktop to interact with the YouTube Transcript API via MCP.

June 20, 2026
4 min read
Thomas Wright

How to Integrate YouTube Transcript API with Claude Desktop

To integrate the YouTube Transcript API with Claude Desktop, open your Claude configuration file, add the TranscribeYT MCP server definition, and restart Claude Desktop to enable the new video transcription tools.


3-Step Configuration Tutorial

  1. Locate the Configuration File: On Windows, navigate to %APPDATA%\Claude\claude_desktop_config.json. On macOS, go to ~/Library/Application Support/Claude/claude_desktop_config.json.
  2. Add Server Definition: Paste the mcpServers configuration mapping using your API credentials.
  3. Restart and Verify: Fully close and reopen Claude Desktop. A small plug icon will appear inside the chat panel indicating active tools.

Configuration JSON Template

{
  "mcpServers": {
    "youtube-transcripts": {
      "command": "node",
      "args": ["/path/to/transcribeyt-mcp/index.js"],
      "env": {
        "TRANSCRIBEYT_API_KEY": "YOUR_SECRET_API_KEY"
      }
    }
  }
}

Integration Key Metrics

| Step | Complexity | Time to Complete | Expected Results | |---|---|---|---| | API Token Retrieval | Low | < 1 min | Active API key | | JSON Setup | Low | < 2 mins | Active JSON configuration | | Model Verification | Low | < 1 min | Claude can fetch video urls |

"Integrating transcription tools natively inside Claude Desktop lets you analyze hours of YouTube video webinars without ever leaving your IDE or chat workspace." — Nadia Kross, Principal Developer advocate

Get your developer token today →

Free Tool

Ready to Transcribe Your Videos?

Extract transcripts, generate AI summaries, and export to PDF, SRT, Markdown — all in seconds. No account needed to start.

No credit card required • Cancel anytime

Share this Article

← Browse more articles