Ssemble MCP Server Enables Claude to Generate Short-Form Videos from YouTube

What It Does
The Ssemble MCP server enables Claude (Desktop, Code, or any MCP client) to create short-form videos from YouTube content. You give Claude a YouTube URL, and it generates AI-clipped videos in TikTok/Reels/Shorts format.
Features
- Browse 9+ caption templates
- Access 45+ music tracks
- Use 30+ gameplay overlays
- Choose from 150+ meme hooks
- Each clip gets a viral score, title, description, and download link
- Split-screen gaming overlays
- Animated hook titles
- Custom CTAs
Setup
Add to Claude Desktop configuration:
{
"mcpServers": {
"ssemble": {
"command": "npx",
"args": ["@ssemble/mcp-server"],
"env": {
"SSEMBLE_API_KEY": "your_key_from_app.ssemble.com"
}
}
}
}Or use the hosted endpoint: https://mcp.ssemble.com/mcp
Technical Details
- 9 tools available: create_short, get_status, get_shorts, list_requests, delete_request, list_templates, list_music, list_game_videos, list_meme_hooks
- Handles async video processing (5-30 minutes) with submit → poll → retrieve pattern
- Claude never blocks or hangs during processing
- npm package: https://www.npmjs.com/package/@ssemble/mcp-server
- GitHub repository: https://github.com/ssembleinc/ssemble-mcp-server
📖 Read the full source: r/ClaudeAI
👀 See Also

MiniMax Music 2.5 AI Music Generator Released with Studio-Grade Audio Control
MiniMax Music 2.5 is an AI music generation model that creates studio-quality songs with 44.1kHz Hi-Fi output, 100+ instruments, and paragraph-level precision control using 14+ structural tags for directing song structure.

ACO System: Multi-Agent AI Pipeline from GitHub Issue to Merged PR
ACO System is an open-source multi-agent framework where six specialized AI agents autonomously run the entire dev pipeline from GitHub Issue to merged PR, with a deterministic Architect gate that rejects bad stories before they reach developers.

General Bots: Open-source AI agent platform for self-hosted enterprise automation
General Bots is an open-source platform started in 2019 that provides AI agents, workflow automation, document processing, and integrations with local AI model support, designed for organizations needing full control over their infrastructure.

PromptFlow Voice: Speak Hindi, Get Structured Claude Code Prompts — Built with Claude Code
A developer used Claude Code and Codex to build PromptFlow Voice — a desktop app that converts natural Hindi speech into structured dev prompts for Claude Code, or ready-to-send emails for Gmail. The demo shows a Hindi voice request producing an English Claude Code prompt about socket reconnection logic with exponential backoff.