Documentation
Connect YouTube Transcriber to Claude Code or Claude Desktop via the Model Context Protocol.
Add this to your Claude MCP config (~/.claude/mcp.json or Claude Desktop settings):
{
"mcpServers": {
"youtube-transcriber": {
"command": "npx",
"args": ["-y", "@lifesized/youtube-transcriber-mcp"],
"env": {
"YTT_API_KEY": "ytt_sk_...",
"YTT_API_URL": "https://yourdomain.com"
}
}
}
}Once configured, Claude can transcribe YouTube videos for you:
"Transcribe this video and summarize the key points: https://youtube.com/watch?v=..."
Claude will use the MCP server to fetch the transcript and work with it directly.