Data Collection
transcriptout.com
Provides tools to search, retrieve metadata, and fetch transcripts of YouTube videos.
ENDPOINT 1
https://api.transcriptout.com/mcp
MCP server metadata
- Name
- youtube-transcript-api
- Version
- 1.0
Known tools 14
get_video_infoGet metadata for one YouTube video (title, channel, duration, views, thumbnails) plus the list of available transcript languages, WITHOUT downloading the subtitles.
Inferred read-onlysearch_channel_videosSearch videos inside one channel using YouTube's native relevance search.
Inferred read-onlylatest_channel_videosGet the ~15 most recent videos of a channel from its RSS feed.
Inferred read-onlysearch_playlist_videosFind videos inside a playlist by a substring of the title (case-insensitive).
Inferred read-onlysubmit_transcripts_jobQueue transcripts for MANY videos at once (up to 4000) and get a job_id back immediately — the work continues in the background.
Inferred read-onlyget_transcripts_jobCheck the progress of a batch job: status (queued/running/done/cancelled), how many videos are ready, failed and still pending.
Inferred read-onlyget_transcripts_resultsRead finished transcripts from a batch job, in the order submitted.
Inferred read-onlyget_transcripts_resultRead ONE video's result out of a batch job by its video id, without paging through get_transcripts_results.
Inferred read-onlyCONNECT 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.youtube-transcript-api]
url = "https://api.transcriptout.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"youtube-transcript-api": {
"type": "http",
"url": "https://api.transcriptout.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: youtube-transcript-api
Remote MCP URL: https://api.transcriptout.com/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": {
"youtube-transcript-api": {
"url": "https://api.transcriptout.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"youtube-transcript-api": {
"type": "http",
"url": "https://api.transcriptout.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "youtube-transcript-api",
"transport": "streamable-http",
"url": "https://api.transcriptout.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.