Skip to main content
Glama
lee-s-dev

youtube-research-mcp

by lee-s-dev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YOUTUBE_API_KEYNoYouTube Data API v3 key for search and comments functionality. Optional; without it, only transcript and channel analysis are available.
YOUTUBE_RESEARCH_CACHE_DBNoCustom path for the SQLite cache database file. If not set, uses default OS-specific path.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_transcriptC

Fetch a YouTube transcript by URL or video ID.

search_videosC

Search YouTube videos and return structured metadata.

get_video_commentsC

Fetch top-level YouTube comments for one video.

collect_video_discussionC

Collect one video's transcript plus comments for discussion analysis.

collect_research_sourcesC

Search YouTube and collect transcript-ready sources for analysis.

collect_research_discussionsC

Search YouTube and collect transcript plus comments for each usable video.

analyze_videosC

Collect transcripts, metadata, and optional comments for specific videos.

analyze_channelC

Collect transcripts and comments from a specific YouTube channel's recent videos.

get_quota_usageA

Return today's YouTube Data API quota usage and remaining estimate.

get_capabilitiesA

Return which tools are available based on current configuration.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/lee-s-dev/youtube-research-mcp'

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