ironbeard-mcp-youtube

Alatar86/ironbeard-mcp-youtube
★ 5 stars Rust 🔌 API Integration Updated 1mo ago
MCP server for pulling YouTube video transcripts. Single Rust binary. No Python, Node, or yt-dlp needed.
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": {
    "ironbeard-mcp-youtub": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "ironbeard-mcp-youtube"
      ]
    }
  }
}