Video
Freeby MCP Community
Multi-platform video downloader and transcript extractor for MCP (YouTube, Vimeo, Twitter/X, TikTok, etc.)
v0.5.4Added Apr 12, 2026
Video MCP Server
Multi-platform video downloader and transcript extractor for MCP (YouTube, Vimeo, Twitter/X, TikTok, etc.)
Installation
npx -y @felores/mcp-video
Reviews
Installation
Quick install
npx -y @felores/mcp-video
Add to claude_desktop_config.json
{
"mcpServers": {
"video": {
"command": "npx",
"args": ["-y", "@felores/mcp-video"]
}
}
}