YouTube Translate MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_transcriptC | Get the transcript of a YouTube video |
| get_translationC | Get a translated transcript of a YouTube video |
| get_subtitlesC | Generate subtitle files for a YouTube video |
| get_summaryC | Generate a summary of a YouTube video |
| search_videoC | Search for specific content within a YouTube video's transcript |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: get_subtitles generates subtitle files, get_summary creates a summary, get_transcript retrieves the transcript, get_translation provides a translated transcript, and search_video searches within a transcript. There is no overlap or ambiguity between these functions.
All tool names follow a consistent verb_noun pattern using snake_case (e.g., get_subtitles, get_summary). The naming is uniform and predictable across all five tools.
With 5 tools, the server is well-scoped for YouTube translation and content analysis. Each tool serves a unique and necessary function, making the count appropriate without being too thin or heavy.
The tool set covers core operations for YouTube video analysis: retrieving transcripts, generating summaries and subtitles, translating, and searching. A minor gap might be the lack of tools for managing or editing transcripts, but the existing tools support key workflows effectively.