loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

claude-code-youtube-mcp

MCP Tool

wynandw87/claude-code-youtube-mcp

YouTube MCP server for Claude Code: transcripts, search, metadata, channels, playlists, comments, trending, engagement analytics, chapters, SponsorBlock, and most-replayed heatmaps

Install

$ npx loaditout add wynandw87/claude-code-youtube-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "claude-code-youtube-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "claude-code-youtube-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

YouTube MCP Server

MCP server that brings YouTube to Claude Code — video transcripts, search, metadata, channel info, playlists, comments, trending videos, engagement analytics, chapter extraction, SponsorBlock integration, and most-replayed heatmaps. Uses the YouTube Data API v3, youtube-transcript, and SponsorBlock.

Quick Start
Step 1: Get Your API Key
  1. Go to Google Cloud Console
  2. Create a project (or select an existing one)
  3. Enable the YouTube Data API v3:
  • Go to API Library
  • Click Enable
  1. Create an API key:
  • Go to Credentials
  • Click Create Credentials > API key
  1. Copy the key (you'll need it in Step 3)
Step 2: Install Prerequisites
  • Node.js 18+ - Download here
  • Claude Code CLI - Installation guide
Step 3: Install the MCP Server
3.1 Clone the repository
git clone https://github.com/wynandw87/claude-code-youtube-mcp.git
cd claude-code-youtube-mcp
3.2 Install dependencies

macOS / Linux / Windows:

npm install

> Note: Dependencies are installed and the server is built automatically in one step.

3.3 Register with Claude Code

Choose your install scope:

| Scope | Flag | Who can use it | |-------|------|----------------| | User (recommended) | -s user | You, in any project | | Project | -s project | Anyone who clones this repo | | Local | -s local | Only in current directory |

Replace YOUR_API_KEY with your actual YouTube Data API key, and use the full path to dist/index.js.

> Tip: To get the full path, run this from the cloned directory: > - macOS/Linux: echo "$(pwd)/dist/index.js" > - Windows: echo %cd%\dist\index.js

macOS / Linux:

claude mcp add -s user yout

Tags

claude-codemcpmcp-servertypescriptyoutubeyoutube-api

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated18 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/28/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/wynandw87/claude-code-youtube-mcp)](https://loaditout.ai/skills/wynandw87/claude-code-youtube-mcp)