INDIVIDUAL MCP TOOL
get_playlist_videos
List every video in a YouTube playlist, in playlist order (courses and series keep their sequence).
LIVE ENDPOINT
https://bulktranscripts.co/mcp
Connect to this endpoint to inspect the live schema for get_playlist_videos and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bulktranscripts]
url = "https://bulktranscripts.co/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bulktranscripts": {
"type": "http",
"url": "https://bulktranscripts.co/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bulktranscripts
Remote MCP URL: https://bulktranscripts.co/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bulktranscripts": {
"url": "https://bulktranscripts.co/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bulktranscripts": {
"type": "http",
"url": "https://bulktranscripts.co/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bulktranscripts",
"transport": "streamable-http",
"url": "https://bulktranscripts.co/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_transcript— Fetch the full transcript of one YouTube (or TikTok) video as clean text with metadata (title, channel, duration, upload date, language).get_transcripts— Fetch transcripts for up to 20 videos in one call — pass an array of YouTube URLs or ids.search_youtube— Search YouTube by keyword for videos, channels, or playlists (set type).search_channel— Search within one channel's uploads to find its videos on a topic — great for researching what a creator has said about something without listing the whole archive.get_channel_videos— List the videos of a YouTube channel (id, title, duration, URL) without fetching transcripts.get_latest_videos— Get a channel's newest uploads (up to 15) with publish dates, from YouTube's RSS feed.