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.
Подключение
Добавьте эту конфигурацию в .claude/mcp.json
{
"mcpServers": {
"youtube-transcript": {
"command": "npx",
"args": [
"-y",
"@kimtaeyoon83/mcp-server-youtube-transcript"
]
}
}
}Инструменты (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"
}
}
}Ресурсы
Этот сервер не предоставляет ресурсы.
Промпты
Этот сервер не предоставляет промпты.
Сведения о сервере
- Лицензия
- MIT
- Версия
- 0.2.0
- Звёзды
- 870
- Последнее обновление
- 19 июня 2026 г.