youtube-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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| auth_statusA | Confirm the stored credentials work and report which channel they control. Run this first when something is misbehaving. Quota cost: 1 unit. |
| upload_videoA | Upload a video file to the authorized channel. Quota cost: ~1600 units - about six uploads on the default daily allowance. privacy_status is one of private/unlisted/public. Set publish_at (ISO 8601, e.g. 2026-09-10T15:00:00Z) to schedule a release; YouTube requires a scheduled video to be private until its moment arrives, so publish_at forces privacy_status to private. made_for_kids is a legal declaration under COPPA, not a preference - set it to match what the content actually is. Common category_id values: 22 People & Blogs, 27 Education, 28 Science & Technology, 24 Entertainment, 20 Gaming, 10 Music. |
| update_videoA | Change the metadata on an existing video. Only the fields you pass change. Quota cost: ~51 units (1 to read the current state, 50 to write). The underlying API replaces the whole snippet on write, so this reads the
video first and merges - passing only |
| schedule_videoA | Schedule an existing private video to go public at a given time. Quota cost: ~51 units. publish_at is ISO 8601, e.g. 2026-09-10T15:00:00Z; a bare timestamp is read as UTC. The video must stay private until then, which this sets for you. |
| set_thumbnailA | Set a custom thumbnail. Quota cost: ~50 units. Needs a verified channel with custom thumbnails enabled. JPEG or PNG, under 2MB, 1280x720 recommended. |
| list_my_videosA | List recent uploads on the authorized channel, newest first. Quota cost: ~3 units. Use this to find the video_id the other tools need. |
| video_analyticsB | Performance for one video over a date range (YYYY-MM-DD). Uses the YouTube Analytics API, which has its own quota separate from the Data API. Figures lag real time by roughly two to three days. |
| channel_analyticsA | Channel-wide performance over a date range (YYYY-MM-DD). Pass dimensions="day" for a time series, or "video" for a per-video breakdown of the period. Figures lag real time by roughly two to three days. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/GhOsT0407/youtube-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server