YouTube data integration — search videos, get video details, retrieve transcripts and channel information
npx @getmcp/cli add youtubeConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"youtube": {
"command": "npx",
"args": [
"-y",
"mcp-youtube"
]
}
}
}