A favicon of YouTube

YouTube

A Model-Context Protocol Server for YouTube

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar@latest install anaisbetts/mcp-youtube -c claude

This command will automatically install and configure the YouTube MCP server for your selected client.

Option 2: Manual Configuration

Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

After opening your configuration file, copy and paste this configuration:

View JSON configuration
{
  "mcpServers": {
    "YouTube": {
      "command": "npx",
      "args": [
        "-y",
        "@anaisbetts/mcp-youtube"
      ],
      "env": {}
    }
  }
}

YouTube MCP Server

Uses yt-dlp to download subtitles from YouTube and connects it to claude.ai via Model Context Protocol. Try it by asking Claude, "Summarize the YouTube video <>". Requires yt-dlp to be installed locally e.g. via Homebrew.

How do I get this working?

  1. Install yt-dlp (Homebrew and WinGet both work great here)
  2. Now, install this via mcp-installer, use the name @anaisbetts/mcp-youtube
Share:
Details:
  • Stars


    359
  • Forks


    38
  • Last commit


    3 months ago
  • Repository age


    7 months
  • License


    MIT
View Repository

Auto-fetched from GitHub .

MCP servers similar to YouTube:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


YouTube: MCP Server – MCP.Bar