YouTube Transcript MCP Server
Researchstdiov0.2.0
MCP server that fetches transcripts, captions, and metadata from YouTube videos so AI agents can summarize, search, and analyze video content without watching it. Supports multiple languages, timestamped segments, and channel/playlist lookups for research and content workflows.
Conectar
Añade esta configuración a .claude/mcp.json
{
"mcpServers": {
"youtube-transcript": {
"command": "npx",
"args": [
"-y",
"@kimtaeyoon83/mcp-server-youtube-transcript"
]
}
}
}Herramientas (2)
get_transcript
Fetch the transcript of a YouTube video by URL or video ID.
{
"type": "object",
"required": [
"video"
],
"properties": {
"video": {
"type": "string",
"description": "YouTube video URL or ID"
},
"language": {
"type": "string",
"description": "Preferred transcript language code (e.g., en, es)"
}
}
}get_video_metadata
Retrieve title, channel, duration, and description for a YouTube video.
{
"type": "object",
"required": [
"video"
],
"properties": {
"video": {
"type": "string",
"description": "YouTube video URL or ID"
}
}
}Recursos
Este servidor no expone ningún recurso.
Prompts
Este servidor no expone ningún prompt.
Información del servidor
- Licencia
- MIT
- Versión
- 0.2.0
- Estrellas
- 870
- Última actualización
- 19 de junio de 2026