mcp_ytb_server

j4flmao/mcp_ytb_server
★ 2 stars Go 🤖 AI/LLM Updated 16d ago
MCP (stdio) video pipeline server: yt-dlp downloads, ffmpeg editing/export, subtitles, effects — usable via Claude Desktop.
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_ytb_server": {
      "command": "go",
      "args": [
        "run",
        "github.com/j4flmao/mcp_ytb_server@latest"
      ]
    }
  }
}