mcp.film

mcp.film / Review & Distribution / YouTube MCP Server (data)

YouTube MCP Server (data)

Communityby Community (kirbah)freeverified Jun 11, 2026

Token-optimized YouTube Data API server for video, channel, and trend analytics.

Rate it: no ratings yet

What it does

A high-efficiency MCP server returning structured, token-minimized data from the YouTube Data API v3 (claims up to 87% token reduction vs raw API). Covers video details, search, transcripts (at zero quota cost), channel statistics, trending, and outlier-channel discovery — the research side of distribution: study what works before you publish.

Connect

Claude Code
claude mcp add youtube -e YOUTUBE_API_KEY=YOUR_KEY -- npx -y @kirbah/mcp-youtube
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "youtube-data": {
      "command": "npx",
      "args": [
        "-y",
        "@kirbah/mcp-youtube"
      ],
      "env": {
        "YOUTUBE_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "youtube-data": {
      "command": "npx",
      "args": [
        "-y",
        "@kirbah/mcp-youtube"
      ],
      "env": {
        "YOUTUBE_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Auth: api_key · env YOUTUBE_API_KEY — Google Cloud Console → enable YouTube Data API v3 → Credentials → API key

Tools you'll see

getVideoDetailssearchVideosgetTranscriptsgetChannelStatisticsgetTrendingVideosgetVideoCommentsfindConsistentOutlierChannels

Field notes

MIT, pushed Jun 2026 — the most actively maintained YouTube data MCP. Read-only (no upload — pair with yutu). Higher-starred alternative: ZubeidHendricks/youtube-mcp-server (530 stars, multi-key quota fallback, ~2.5 months stale).

Pairs well with