Integrations
Retrieves transcripts from YouTube videos, supporting various URL formats (standard, shortened, and embed) and returning the transcript text content.
Provides input validation for the YouTube transcript extraction functionality.
Integración con YouTube
El servidor MCP de YouTube proporciona funcionalidad para extraer transcripciones de videos de YouTube.
Herramientas disponibles
obtener_transcripción_de_youtube
Recupera el texto de la transcripción de un vídeo de YouTube.
Parámetros :
videoUrl
: URL completa del video de YouTube (admite URL estándar, acortadas e incrustadas)
Devuelve : Objeto que contiene:
content
: Matriz con texto de transcripción
Compatibilidad con URL
Maneja múltiples formatos de URL de YouTube:
- Estándar:
https://www.youtube.com/watch?v=VIDEO_ID
- Acortado:
https://youtu.be/VIDEO_ID
- Incrustar:
https://www.youtube.com/embed/VIDEO_ID
Manejo de errores
El servidor implementa el manejo de errores estándar:
- Las URL no válidas devuelven
ErrorCode.InvalidParams
- La URL faltante devuelve
ErrorCode.InvalidParams
- Las transcripciones fallidas devuelven mensajes de error formateados
- Apagado elegante en SIGINT
Detalles técnicos
- Desarrollado con el SDK Highlight AI MCP
- Utiliza la biblioteca de transcripciones de YouTube
- Validación de entrada mediante Zod
- Se ejecuta como un servidor MCP basado en stdio
- Admite Node.js >=18.0.0
Limitaciones
- Solo funciona con vídeos que tengan subtítulos habilitados
- Actualmente solo devuelve transcripciones en inglés
- Los límites de velocidad dependen de las restricciones de la API de YouTube
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Permite la extracción de texto de transcripción de videos de YouTube al proporcionar la URL del video y admitir formatos de URL estándar, abreviados e incrustados.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that enables retrieval of transcripts from YouTube videos. This server provides direct access to video captions and subtitles through a simple interface.Last updated -172372JavaScriptMIT License
- AsecurityAlicenseAqualityThis server retrieves transcripts for given YouTube video URLs, enabling integration with Goose CLI or Goose Desktop for transcript extraction and processing.Last updated -117PythonMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables retrieval of transcripts from YouTube videos with language-specific support.Last updated -723MIT License
- -security-license-qualityEnables interaction with YouTube videos by extracting metadata, captions in multiple languages, and converting content to markdown with various templates.Last updated -TypeScript