bulktranscripts
v1.1.0YouTube transcripts for one video, a whole channel or a playlist, plus YouTube search and free new-upload tracking, from the hosted BulkTranscripts MCP server (OAuth sign-in, 30 free credits).
By BulkTranscriptsLicense: MIT1 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Claude Code and Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 21, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install bulktranscripts for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install bulktranscripts@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/pratie/bulktranscripts-mcpClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── plugin.json├── skills/youtube-transcripts/SKILL.md└── .mcp.json
Included Skills1
Fetch YouTube video transcripts, search YouTube, list channel or playlist videos, run a background bulk job for a whole channel or playlist, and track new uploads via the BulkTranscripts API. Use when the user shares a YouTube link, asks to summarize/analyze/quote a video, wants transcripts for a whole channel or playlist, needs YouTube research, or asks what a channel posted recently. Requires a free BulkTranscripts API key in BULKTRANSCRIPTS_API_KEY, which the user creates at https://bulktranscripts.co/app?tab=mcp (Google sign-in, 30 free credits, no card).
MCP servers1
- url
- https://bulktranscripts.co/mcp
Plugin manifests2
{
"name": "bulktranscripts",
"description": "YouTube transcripts for one video, a whole channel or a playlist, plus YouTube search and free new-upload tracking, from the hosted BulkTranscripts MCP server (OAuth sign-in, 30 free credits).",
"version": "1.1.0",
"author": {
"name": "BulkTranscripts",
"email": "[email protected]",
"url": "https://bulktranscripts.co"
},
"homepage": "https://bulktranscripts.co/youtube-mcp-server",
"repository": "https://github.com/pratie/bulktranscripts-mcp",
"license": "MIT",
"keywords": [
"youtube",
"transcripts",
"mcp",
"research",
"bulktranscripts"
]
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "bulktranscripts",
"version": "1.1.0",
"description": "YouTube transcripts for one video, a whole channel or a playlist, plus YouTube search and free new-upload tracking, from the hosted BulkTranscripts MCP server.",
"author": {
"name": "BulkTranscripts",
"email": "[email protected]",
"url": "https://bulktranscripts.co"
},
"homepage": "https://bulktranscripts.co/youtube-mcp-server",
"repository": "https://github.com/pratie/bulktranscripts-mcp",
"license": "MIT",
"keywords": [
"bulktranscripts",
"youtube",
"transcripts",
"mcp",
"youtube transcript"
],
"logo": "https://bulktranscripts.co/logo-mark.png"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[bulktranscripts on Agent Plugins Marketplace](https://pluginsmp.com/plugins/bulktranscripts)