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
- 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. - Add Server Definition: Paste the
mcpServersconfiguration mapping using your API credentials. - 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