Access YouTube search, metadata, transcripts, AI transcription, and a per-user knowledge base through MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
š” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Subdownload MCP.
search_youtubeKeyword search across YouTube
fetch_video_infoVideo metadata (title, channel, duration, view count)
fetch_transcriptFull transcript with timestamps
transcribe_videoGenerate a transcript with AI ASR for videos that have no captions
get_asr_taskPoll an in-progress AI transcription job
resolve_channelLook up a channel by handle, URL, or ID
SubDownload exposes YouTube as an MCP-native data source. Connect once via OAuth and your AI agent gets tools to summarize videos, fetch full transcripts (including videos without captions, via AI ASR), search channels and playlists, and save everything into a per-user knowledge base for cross-session recall.
https://api.subdownload.com/mcpThe recommended setup is to point your MCP client directly at the hosted endpoint above and authenticate via OAuth ā see "Quick connect" below. This repo also ships a thin stdio proxy (Node + Docker) for environments that prefer a local subprocess.
OAuth 2.1 with Dynamic Client Registration (RFC 7591). No pre-shared client_id or client_secret ā your MCP client registers itself on first connect.
Discovery (RFC 9728):
/mcp without a token returns 401 plus a WWW-Authenticate header pointing to /.well-known/oauth-protected-resourcehttps://api.subdownload.com)API-key alternative: every account at https://subdownload.com/account exposes a Bearer token for clients that don't support OAuth.
| Tool | What it does |
|---|---|
search_youtube | Keyword search across YouTube |
fetch_video_info | Video metadata (title, channel, duration, view count) |
fetch_transcript | Full transcript with timestamps |
transcribe_video | Generate a transcript with AI ASR for videos that have no captions |
get_asr_task | Poll an in-progress AI transcription job |
resolve_channel | Look up a channel by handle, URL, or ID |
list_channel_videos | List videos on a channel |
get_channel_latest_videos | Latest videos for a channel |
search_channel_videos | Search within a single channel |
list_playlist_videos | List the contents of a playlist |
save_to_library | Save a video summary or transcript to your personal knowledge base |
list_library | Browse your saved knowledge base |
get_library_item | Fetch a single saved item |
The first time you use it, the client triggers OAuth and you sign in with Google or LINUX DO. Free credits on signup ā no card required.
Grab your API key from your account page.
For clients that prefer a subprocess transport, this repo ships a thin Node proxy that forwards tools/call to the hosted endpoint with your API key.
Client config example:
Tool schemas are declared inline so introspection (initialize, tools/list) works without credentials; tools/call requires SUBDOWNLOAD_API_KEY.
Free credits on signup. Pro: 5,000 credits per month. See https://subdownload.com/pricing.
MIT (applies to this documentation repository; the SubDownload service itself is hosted SaaS ā see https://subdownload.com/terms).
Factual signals from GitHub, npm, and our automated checks ā not a rating.
No reviews yet ā be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/subdownload-subdownload-mcp)<a href="https://allmcps.com/mcp/subdownload-subdownload-mcp"><img src="https://allmcps.com/api/badge/subdownload-subdownload-mcp?style=directory" alt="Subdownload MCP on AllMCPs" /></a>