@kazuph/mcp-youtube
This server allows you to download YouTube video transcripts and metadata using yt-dlp and integrate it with Claude.ai via the Model Context Protocol.
Download YouTube video transcripts: Fetches subtitles from YouTube videos
Download YouTube video metadata
Specify YouTube video URL (required parameter)
Specify language: Supports multiple languages using ISO 639-1 codes (defaults to 'ja')
Error handling: Throws an error if subtitles in the specified language don't exist
Integration with AI: Enables Claude.ai to summarize and analyze YouTube videos by providing context
Downloads subtitles from YouTube videos using yt-dlp to provide content to Claude
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@kazuph/mcp-youtubeSummarize the YouTube video https://youtu.be/example123"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
YouTube MCP Server
Uses yt-dlp to download subtitles from YouTube and connects it to claude.ai via Model Context Protocol. Try it by asking Claude, "Summarize the YouTube video <>". Requires yt-dlp to be installed locally e.g. via Homebrew.
How do I get this working?
Install yt-dlp (Homebrew and WinGet both work great here)
# macOS
brew install yt-dlp
# Windows
winget install yt-dlpParameters
url: YouTube video URL (required)language: Subtitle language code (optional, default: 'ja')Uses ISO 639-1 language codes
Common language codes:
ja: Japaneseen: Englishko: Koreanzh: Chinesefr: French
Note: An error will occur if subtitles in the specified language do not exist
Example
{
"mcpServers": {
"youtube": {
"command": "npx",
"args": ["-y", "@kazuph/mcp-youtube"]
}
}
}Available Tools
1 toolget_youtube_transcriptC
Download YouTube video transcript and metadata
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| language | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of disclosing behavioral traits. It only states 'Download', which implies a read operation, but it does not mention potential issues like missing transcripts, language availability, rate limits, or authentication requirements. The description lacks sufficient behavioral context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise at only 6 words, with no wasted text. However, it is also under-specified, lacking structure or front-loading of key details. It meets minimal conciseness but at the cost of completeness.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the absence of annotations, output schema, and schema descriptions, the description is insufficiently complete. It does not address parameter details, return format, error conditions, or usage prerequisites. The agent would lack necessary context to use the tool effectively.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, meaning the input schema provides no descriptions for the 'url' and 'language' parameters. The tool description does not mention or clarify any parameter semantics, failing to add meaning beyond the bare schema. This is a critical gap.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Download' and the resource 'YouTube video transcript and metadata', which is specific and unambiguous. However, it does not detail what metadata is included, but it is still clear enough for an agent to understand the tool's purpose. Since there are no sibling tools, no differentiation is needed.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives (none exist), nor does it specify prerequisites, limitations, or context. It simply states what the tool does without any usage advice, leaving the agent without decision support.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
TDQS
Only one tool exists, so there is no risk of confusion between tools.
With a single tool, naming is inherently consistent.
A single tool is borderline but appropriate for a focused purpose like transcript retrieval.
The tool covers the core functionality of getting transcripts and metadata, though additional features like searching videos could be expected.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Model Context Protocol server for Studex tools, notifications, and profile integrations
A Model Context Protocol server for Wix AI tools
An MCP server that gives any LLM or agent clean YouTube transcripts on demand: a single video, a whole channel, or a playlist, plus AI cleanup of auto-generated captions. API-key auth, credit-based, same backend as the public v1 API. Get a free API key with 25 free credits at youtubetranscriptdownload.com/account.
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.1797590MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables retrieval of transcripts from YouTube videos with language-specific support.17971MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol server that enables access to YouTube video content through transcripts, translations, summaries, and subtitle generation in various languages.55MIT
- 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.146236MIT
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