Skip to main content
Glama

Server Details

SubDownload exposes YouTube as an MCP-native data source. Connect via OAuth and your AI agent can summarize videos, fetch full transcripts (even for videos with no captions, via AI ASR), search across channels, and save everything into a private knowledge base. Works with Claude, ChatGPT, Cursor, and 40+ MCP clients. Free credits on signup, no card required.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
OAuth
Not checked
Last Tested
Transport
Streamable HTTP
URL

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 2 tool updates
    • Addedbrowse_podcast_category
    • Changedsearch_podcast1 field changed
      • addedInput schema / properties / cat
        Added value: +{
        +  "description": "Optional comma-separated Podcast Index category names to scope results to a vertical (e.g. \"Business,Investing\" for finance podcasters, \"Technology\", \"Cryptocurrency\"). Category names come from PI's /categories/list.",
        +  "type": "string"
        +}
  2. 1 tool update
    • Changedsave_to_library1 field changed
      • addedInput schema / properties / visibility
        Added value: +{
        +  "description": "'public' to publish into the public Knowledge Base (searchable via search_kb), or 'private' (default). When set, applies to both new rows and existing ones — equivalent to PATCH /api/library/:id/visibility right after the save.",
        +  "type": "string"
        +}
  3. 1 tool update
    • Addedsearch_podcast
  4. 1 tool update
    • Addedsearch_kb
  5. 13 tool updates
    • First observedfetch_transcript
    • First observedfetch_video_info
    • First observedget_asr_task
    • First observedget_channel_latest_videos
    • First observedget_library_item
    • First observedlist_channel_videos
    • First observedlist_library
    • First observedlist_playlist_videos
    • First observedresolve_channel
    • First observedsave_to_library
    • First observedsearch_channel_videos
    • First observedsearch_youtube
    • First observedtranscribe_video

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: fetching transcripts, video info, ASR task polling, channel and library listing, searching, etc. No overlapping functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., fetch_transcript, list_channel_videos, resolve_channel) with snake_case. No mixing of styles.

Tool Count5/5

13 tools is well-scoped for a YouTube subtitle server. It covers transcript, info, search, and library management without being bloated.

Completeness5/5

The tool surface covers the full lifecycle: fetching transcripts (via captions or ASR), video metadata, searching across channels/playlists/YouTube, and library operations. No obvious gaps for the server's stated purpose.

Resources