mcp-youtube

anaisbetts/mcp-youtube
★ 502 stars JavaScript 🔌 API Integration Updated 1mo ago
A Model-Context Protocol Server for YouTube
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-youtube": {
      "command": "npx",
      "args": [
        "-y",
        "anaisbetts/mcp-youtube"
      ]
    }
  }
}