SubDownload
OfficialSubDownload MCPサーバー
SubDownloadは、YouTubeをMCPネイティブなデータソースとして公開します。OAuthで一度接続すれば、AIエージェントは動画の要約、完全なトランスクリプトの取得(AI ASRによる字幕なし動画への対応を含む)、チャンネルやプレイリストの検索、そしてセッションをまたいだ呼び出しのためにユーザーごとのナレッジベースへすべてを保存するツールを利用できるようになります。
ホストエンドポイント:
https://api.subdownload.com/mcpホームページ: https://subdownload.com?utm_source=gthb_awesome_9jqqed&utm_medium=code&utm_campaign=Awesome
Glama (コネクタ): https://glama.ai/mcp/connectors/com.subdownload.api/sub-download
Glama (サーバー): https://glama.ai/mcp/servers/SubDownload/subdownload-mcp
推奨されるセットアップは、MCPクライアントを上記のホストエンドポイントに直接指定し、OAuthで認証することです(以下の「クイック接続」を参照)。このリポジトリには、ローカルのサブプロセスを好む環境向けに、軽量なstdioプロキシ(Node + Docker)も同梱されています。
認証
動的クライアント登録(RFC 7591)を用いたOAuth 2.1。事前共有された client_id や client_secret は不要です。MCPクライアントが初回接続時に自動的に登録を行います。
ディスカバリー(RFC 9728):
トークンなしで
/mcpにPOSTすると、401エラーとともに/.well-known/oauth-protected-resourceを指すWWW-Authenticateヘッダーが返されます。そのドキュメントが認可サーバー(
https://api.subdownload.com)を指し示します。MCPクライアントは、PKCEを用いた標準的な認可 → コールバック → トークンのフローに従います。
APIキーによる代替手段: https://subdownload.com/account の各アカウントでは、OAuthをサポートしていないクライアント向けにBearerトークンが公開されています。
Related MCP server: YouTube Transcript MCP Server
ツール
ツール | 機能 |
| YouTube全体のキーワード検索 |
| 動画メタデータ(タイトル、チャンネル、再生時間、再生回数)の取得 |
| タイムスタンプ付きの完全なトランスクリプト |
| 字幕のない動画に対してAI ASRでトランスクリプトを生成 |
| 実行中のAI文字起こしジョブのポーリング |
| ハンドル、URL、またはIDによるチャンネル検索 |
| チャンネル内の動画一覧 |
| チャンネルの最新動画 |
| 特定のチャンネル内での検索 |
| プレイリストの内容一覧 |
| 動画の要約やトランスクリプトを個人のナレッジベースに保存 |
| 保存したナレッジベースの閲覧 |
| 保存された単一アイテムの取得 |
クイック接続
Claude Desktop / Cursor / Windsurf / OAuth対応のMCPクライアント
{
"mcpServers": {
"subdownload": {
"url": "https://api.subdownload.com/mcp"
}
}
}初回使用時にクライアントがOAuthをトリガーし、GoogleまたはLINUX DOでサインインします。登録時に無料クレジットが付与されます(カード不要)。
Bearerトークン対応クライアント
{
"mcpServers": {
"subdownload": {
"url": "https://api.subdownload.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}アカウントページからAPIキーを取得してください。
ローカルstdioプロキシ (Docker / npm)
サブプロセス転送を好むクライアント向けに、このリポジトリにはAPIキーを使用して tools/call をホストエンドポイントに転送する軽量なNodeプロキシが同梱されています。
# Docker
docker build -t subdownload-mcp .
docker run --rm -i -e SUBDOWNLOAD_API_KEY=YOUR_API_KEY subdownload-mcp
# Or via Node directly
npm install
SUBDOWNLOAD_API_KEY=YOUR_API_KEY npm startクライアント設定例:
{
"mcpServers": {
"subdownload": {
"command": "docker",
"args": ["run", "--rm", "-i", "-e", "SUBDOWNLOAD_API_KEY", "subdownload-mcp"],
"env": { "SUBDOWNLOAD_API_KEY": "YOUR_API_KEY" }
}
}
}ツールスキーマはインラインで宣言されているため、認証情報なしでイントロスペクション(initialize、tools/list)が機能します。tools/call には SUBDOWNLOAD_API_KEY が必要です。
料金
登録時に無料クレジットが付与されます。Proプランは月額5,000クレジットです。詳細は https://subdownload.com/pricing を参照してください。
サポート
ライセンス
MIT(このドキュメントリポジトリに適用されます。SubDownloadサービス自体はホスト型SaaSです。詳細は https://subdownload.com/terms を参照してください)。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceA server that leverages Playwright for automated browser testing and integrates with Cloudflare Workers, enabling AI assistants to control web browsers for navigation, interaction, and screenshots.225,618,931256Apache 2.0
- AlicenseAqualityDmaintenanceEnables users to extract, search, and analyze YouTube video transcripts directly within MCP-compatible clients. It supports advanced features like time-chunked summaries, keyword searching with surrounding context, and batch processing for multiple videos.4MIT
- AlicenseAqualityAmaintenanceAn MCP server (stdio + HTTP/SSE) that fetches video transcripts/subtitles via yt-dlp, with pagination for large responses. Supports YouTube, Twitter/X, Instagram, TikTok, Twitch, Vimeo, Facebook, Bilibili, VK, Dailymotion. Whisper fallback — transcribes audio when subtitles are unavailable (local or OpenAI API). Works with Cursor and other MCP host819MIT
- AlicenseAqualityAmaintenanceMCP server that fetches YouTube video transcripts and optionally summarizes them. Supports multiple transcript formats (text, JSON, SRT, WebVTT), multi-language retrieval, and flexible YouTube URL parsing.64MIT
Related MCP Connectors
💯 The fastest YouTube transcript + YouTube search MCP for AI agents. Try for free.
Fetch transcripts, subtitles, chapters, metadata and frames from YouTube and 10+ video platforms
Download YouTube, TikTok, Vimeo, SoundCloud and 6 more platforms from any MCP AI chatbot.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SubDownload/subdownload-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server