Skip to main content
Glama
lanternrow

youtube-organic-mcp

by lanternrow

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YOUTUBE_ACCOUNTSNoJSON array of account objects (each with client_id, client_secret, refresh_token) for multiple channels
YOUTUBE_CLIENT_IDNoGoogle OAuth client ID
YOUTUBE_CLIENT_SECRETNoGoogle OAuth client secret
YOUTUBE_REFRESH_TOKENNoOAuth refresh token for the YouTube account

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_accountsA

List all configured YouTube accounts available for querying.

get_channel_infoA

Get the authorized YouTube channel's profile and lifetime stats: title, description, custom URL, subscriber count, total views, and video count.

get_videosA

Get a paginated list of the channel's uploaded videos with engagement metrics (views, likes, comments, duration). Returns up to 50 per page.

get_video_detailsA

Get details (views, likes, comments, duration, tags) for specific YouTube video IDs. Max 50 IDs per request.

get_channel_analyticsA

Get channel-level organic analytics over a date range: views, estimated minutes watched, average view duration/percentage, subscribers gained/lost, likes, comments, shares. Optionally break down by a dimension (e.g. 'day' for a daily time series). Requires the yt-analytics.readonly scope.

get_video_analyticsA

Get analytics for a single video over a date range (views, watch time, average view duration/percentage, subscribers gained, likes, comments, shares). Requires the yt-analytics.readonly scope.

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/lanternrow/youtube-organic-mcp'

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