YtBulkTranscript for Grok
app.ytbulktranscript/transcripts
Fetch YouTube video transcripts individually or in bulk via get_transcript and get_bulk_transcripts.
client:Grok
transport:streamable-http
Install YtBulkTranscript in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"transcripts": {
"type": "http",
"url": "https://ytbulktranscript.app/mcp/{api_key}"
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs