SubDownload
OfficialSubDownload MCP-Server
SubDownload stellt YouTube als MCP-native Datenquelle bereit. Verbinde dich einmalig per OAuth und dein KI-Agent erhält Werkzeuge, um Videos zusammenzufassen, vollständige Transkripte abzurufen (einschließlich Videos ohne Untertitel via KI-ASR), Kanäle und Playlists zu durchsuchen und alles in einer benutzerbezogenen Wissensdatenbank für sitzungsübergreifende Abrufe zu speichern.
Gehosteter Endpunkt:
https://api.subdownload.com/mcpHomepage: https://subdownload.com?utm_source=gthb_awesome_9jqqed&utm_medium=code&utm_campaign=Awesome
Dokumentation: https://api.subdownload.com/docs/mcp
Glama (Connector): https://glama.ai/mcp/connectors/com.subdownload.api/sub-download
Glama (Server): https://glama.ai/mcp/servers/SubDownload/subdownload-mcp
Die empfohlene Einrichtung besteht darin, deinen MCP-Client direkt auf den oben genannten gehosteten Endpunkt zu richten und dich per OAuth zu authentifizieren – siehe "Schnellverbindung" unten. Dieses Repository enthält auch einen schlanken Stdio-Proxy (Node + Docker) für Umgebungen, die einen lokalen Subprozess bevorzugen.
Authentifizierung
OAuth 2.1 mit dynamischer Client-Registrierung (RFC 7591). Kein vorab geteilter client_id oder client_secret – dein MCP-Client registriert sich bei der ersten Verbindung selbst.
Discovery (RFC 9728):
Ein POST an
/mcpohne Token gibt401plus einenWWW-Authenticate-Header zurück, der auf/.well-known/oauth-protected-resourceverweist.Dieses Dokument verweist auf den Autorisierungsserver (
https://api.subdownload.com).Der MCP-Client folgt dem Standard-Ablauf: Autorisierung → Callback → Token-Flow mit PKCE.
API-Key-Alternative: Jedes Konto unter https://subdownload.com/account stellt ein Bearer-Token für Clients bereit, die OAuth nicht unterstützen.
Related MCP server: YouTube Transcript MCP Server
Werkzeuge
Werkzeug | Was es tut |
| Stichwortsuche auf YouTube |
| Video-Metadaten (Titel, Kanal, Dauer, Aufrufzahl) |
| Vollständiges Transkript mit Zeitstempeln |
| Erzeugt ein Transkript mit KI-ASR für Videos ohne Untertitel |
| Fragt einen laufenden KI-Transkriptionsauftrag ab |
| Sucht einen Kanal nach Handle, URL oder ID |
| Listet Videos eines Kanals auf |
| Neueste Videos eines Kanals |
| Suche innerhalb eines einzelnen Kanals |
| Listet den Inhalt einer Playlist auf |
| Speichert eine Videozusammenfassung oder ein Transkript in deiner persönlichen Wissensdatenbank |
| Durchsuche deine gespeicherte Wissensdatenbank |
| Ruft ein einzelnes gespeichertes Element ab |
Schnellverbindung
Claude Desktop / Cursor / Windsurf / jeder OAuth-fähige MCP-Client
{
"mcpServers": {
"subdownload": {
"url": "https://api.subdownload.com/mcp"
}
}
}Wenn du es zum ersten Mal verwendest, löst der Client OAuth aus und du meldest dich mit Google oder LINUX DO an. Kostenlose Credits bei der Anmeldung – keine Kreditkarte erforderlich.
Bearer-Token-Clients
{
"mcpServers": {
"subdownload": {
"url": "https://api.subdownload.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Hol dir deinen API-Schlüssel von deiner Kontoseite.
Lokaler Stdio-Proxy (Docker / npm)
Für Clients, die einen Subprozess-Transport bevorzugen, enthält dieses Repository einen schlanken Node-Proxy, der tools/call mit deinem API-Schlüssel an den gehosteten Endpunkt weiterleitet.
# 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 startBeispiel für Client-Konfiguration:
{
"mcpServers": {
"subdownload": {
"command": "docker",
"args": ["run", "--rm", "-i", "-e", "SUBDOWNLOAD_API_KEY", "subdownload-mcp"],
"env": { "SUBDOWNLOAD_API_KEY": "YOUR_API_KEY" }
}
}
}Werkzeug-Schemas werden inline deklariert, sodass die Introspektion (initialize, tools/list) ohne Anmeldedaten funktioniert; tools/call erfordert SUBDOWNLOAD_API_KEY.
Preise
Kostenlose Credits bei der Anmeldung. Pro: 5.000 Credits pro Monat. Siehe https://subdownload.com/pricing.
Support
E-Mail: contact@subdownload.com
Status: https://subdownload.com/status
Lizenz
MIT (gilt für dieses Dokumentations-Repository; der SubDownload-Dienst selbst ist gehostetes SaaS – siehe 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