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.
Bağlan
Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json
{
"mcpServers": {
"youtube-transcript": {
"command": "npx",
"args": [
"-y",
"@kimtaeyoon83/mcp-server-youtube-transcript"
]
}
}
}Araçlar (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"
}
}
}Kaynaklar
Bu sunucu herhangi bir kaynak sunmuyor.
Prompt'lar
Bu sunucu herhangi bir prompt sunmuyor.
Sunucu bilgileri
- Lisans
- MIT
- Sürüm
- 0.2.0
- Yıldızlar
- 870
- Son güncelleme
- 19 Haziran 2026