Skip to main content
Glama
aranej

YouTube MCP Server Enhanced

by aranej

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YOUTUBE_API_KEYYesYour YouTube Data API key (required)
YOUTUBE_TRANSCRIPT_LANGNoDefault language for transcripts (optional, defaults to 'en')en

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
videos_getVideoB

Get detailed information about a YouTube video including URL

videos_searchVideosB

Search for videos on YouTube and return results with URLs

videos_getCommentsA

Get comments from a YouTube video with pagination support

transcripts_getTranscriptB

Get the transcript of a YouTube video

channels_getChannelB

Get information about a YouTube channel

channels_listVideosB

Get videos from a specific channel

playlists_getPlaylistB

Get information about a YouTube playlist

playlists_getPlaylistItemsB

Get videos in a YouTube playlist

youtube_checkAuthA

Check if OAuth is configured and we have valid credentials for write operations

youtube_getAuthUrlA

Get the OAuth authorization URL. User needs to visit this URL to authorize the app.

youtube_startAuthA

Start OAuth authentication flow. Opens a local server and waits for callback.

playlists_createB

Create a new YouTube playlist (requires OAuth authentication)

playlists_addVideoB

Add a video to a YouTube playlist (requires OAuth authentication)

playlists_addVideosB

Add multiple videos to a YouTube playlist (requires OAuth authentication)

Prompts

Interactive templates invoked by user choice

NameDescription
summarize-videoSummarize a YouTube video
analyze-channelAnalyze a YouTube channel

Resources

Contextual data attached and managed by the client

NameDescription
infoInformation about available YouTube MCP resources and how to use them

Latest Blog Posts

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/aranej/youtube-mcp-enhanced'

If you have feedback or need assistance with the MCP directory API, please join our Discord server