youtube-organic-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| YOUTUBE_ACCOUNTS | No | JSON array of account objects (each with client_id, client_secret, refresh_token) for multiple channels | |
| YOUTUBE_CLIENT_ID | No | Google OAuth client ID | |
| YOUTUBE_CLIENT_SECRET | No | Google OAuth client secret | |
| YOUTUBE_REFRESH_TOKEN | No | OAuth refresh token for the YouTube account |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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