Skip to main content
Glama
dabidstudio

YouTube Insights MCP Server

by dabidstudio

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YOUTUBE_API_KEYYesYour YouTube Data API 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
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_youtube_transcriptC

Get the transcript of a YouTube video

search_youtube_videosC

Search YouTube videos by keyword and retrieve detailed information

get_channel_infoA

Get channel information and 10 recent videos from a YouTube video URL

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct resource: transcript, video search, and channel info. There is no overlap in their purposes, making it clear which tool to use for a given task.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: get_*, search_*, get_*. The pattern is predictable and clear.

Tool Count3/5

With only 3 tools, the server is minimal but might be slightly thin for a server that aims to provide YouTube insights. However, for its narrow scope (transcript, search, channel info), it is acceptable.

Completeness3/5

The server covers core YouTube operations (transcript, video search, channel info), but lacks common features like getting video details by ID, comments, or playlist retrieval. The gap is notable but not critical for basic use cases.

Maintenance

ActivityInactive
ResponsivenessNo issues