@kazuph/mcp-youtube
YouTube MCP 服务器
使用yt-dlp从 YouTube 下载字幕,并通过模型上下文协议 (MCP)将其连接到 claude.ai。您可以尝试让 Claude 总结一下 YouTube 视频的内容。需要本地安装yt-dlp例如通过 Homebrew 安装。
我怎样才能让它工作?
安装yt-dlp (Homebrew 和 WinGet 都很好用)
# macOS
brew install yt-dlp
# Windows
winget install yt-dlp参数
url:YouTube 视频 URL(必填)language:字幕语言代码(可选,默认值:'ja')使用ISO 639-1语言代码
通用语言代码:
ja:日语en:英语ko:韩语zh:中文fr:法语
注意:如果指定语言的字幕不存在,则会发生错误
例子
{
"mcpServers": {
"youtube": {
"command": "npx",
"args": ["-y", "@kazuph/mcp-youtube"]
}
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityDmaintenanceA 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.1868582MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables retrieval of transcripts from YouTube videos with language-specific support.18681MIT
- AlicenseAqualityCmaintenanceA Model Context Protocol server that enables access to YouTube video content through transcripts, translations, summaries, and subtitle generation in various languages.54MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol server that enables retrieval of transcripts from YouTube videos. This server provides direct access to video transcripts and subtitles through a simple interface, making it ideal for content analysis and processing.133135MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.
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/kazuph/mcp-youtube'
If you have feedback or need assistance with the MCP directory API, please join our Discord server