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

Portable engineering system for Claude Code with hooks, specialized agents, and self-improvement
A developer built a portable engineering system that lives in ~/.claude/ and applies to every project automatically, featuring a 650-line constitution, deterministic hooks that block dangerous commands, three specialized agents, and a self-improving compound engineering approach.

OpenBridge: Free Open-Source Remote Control for Claude Code via Slack/Discord
OpenBridge is a free, open-source tool that lets you control Claude Code from Slack or Discord, organizing projects as channels and conversations as threads. It runs locally or on a VPS and works with existing Claude Code/Codex subscriptions without extra API fees.

Orchino: Local Multi-Agent Orchestration System for Windows with Parallel Browser and UI Automation
Orchino is a local multi-agent orchestration system for Windows that runs parallel browser and Windows tasks without hijacking the UI. A demo shows 4 agents completing 'Search Sony earbuds on Flipkart and Amazon, email the results, save to Notepad' in 29.5 seconds using true parallel execution.

Lat.md: A Markdown-Based Knowledge Graph for Codebases
Lat.md creates a knowledge graph for codebases using interconnected markdown files in a lat.md/ directory. It addresses scaling issues with monolithic documentation by linking sections with [[wiki links]], connecting to source code via comments like // @lat: [[section-id]], and providing CLI tools for validation and search.