MCP (stdio) video pipeline server: yt-dlp downloads, ffmpeg editing/export, subtitles, effects — usable via Claude Desktop.
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"
]
}
}
}
Run in terminal:
claude mcp add mcp_ytb_server go run github.com/j4flmao/mcp_ytb_server@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp_ytb_server": {
"command": "go",
"args": [
"run",
"github.com/j4flmao/mcp_ytb_server@latest"
]
}
}
}