Skip to main content
Glama
larrygmaguire-tech

YouTube Researcher MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YOUTUBE_API_KEYYesYouTube Data API v3 key

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
youtube_search_nicheA

Search YouTube for videos in a niche or category. Returns video IDs and basic metadata sorted by the specified order. Use this for targeted searches when you already have video IDs from a previous search or want raw search results without metric calculations.

youtube_get_video_detailsA

Fetch full metadata and calculated engagement metrics for one or more video IDs. Returns title, description, tags, thumbnails, duration, view/like/comment counts, engagement rate, view velocity, and more. Batches efficiently (50 per API call).

youtube_get_channel_detailsA

Fetch channel metadata including subscriber count, total views, video count, and creation date. Useful for understanding the competitive landscape — whether top videos come from large or small channels.

youtube_analyse_nicheA

High-level niche analysis — the primary entry point for YouTube research. Searches for videos, fetches full metadata, calculates engagement metrics, and returns sorted results with aggregate statistics including median views, engagement rates, top tags, duration distribution, publishing day patterns, and channel size breakdown. Filters out Shorts (<60s) and active live streams automatically.

youtube_get_thumbnailsA

Download thumbnail images for video IDs to a local directory. Enables Claude vision analysis of thumbnail style, composition, text overlays, faces, and colour schemes. Tries maxresdefault first, falls back to hqdefault. No API quota cost.

youtube_quota_statusA

Returns estimated API quota consumption for the current server session. YouTube Data API v3 has a 10,000 unit daily limit. A typical full niche analysis costs ~103 units.

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/larrygmaguire-tech/youtube-researcher-mcp'

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