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
Platform-specific configuration:
{
"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.
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.
git clone https://github.com/wynandw87/claude-code-youtube-mcp.git
cd claude-code-youtube-mcpmacOS / Linux / Windows:
npm install> Note: Dependencies are installed and the server is built automatically in one step.
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 youtLoading reviews...