YouTubeMCPServer

robalexclark/YouTubeMCPServer
★ 1 stars C# 💻 Code/Dev Tools Updated 5mo ago
Small .NET 9 Model Context Protocol (MCP) server that exposes a tool to fetch YouTube video transcripts using YoutubeExplode. The server communicates over stdio using the ModelContextProtocol package and is designed to be launched by an MCP‑compatible client.
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": {
    "youtubemcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "robalexclark/YouTubeMCPServer"
      ]
    }
  }
}