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

✍️ OpenClawRadar📅 Published: April 16, 2026🔗 Source
Ssemble MCP Server Enables Claude to Generate Short-Form Videos from YouTube
Ad

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

Ad

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

Ad

👀 See Also

Queuelo: A Lightweight Approval API for LLM Agents
Tools

Queuelo: A Lightweight Approval API for LLM Agents

Queuelo is a simple API layer that lets LLM agents pause before irreversible actions. Agents POST action requests, you get notified to approve or reject, and the agent receives the answer via webhook.

OpenClawRadar
Skir: A Modern Alternative to Protocol Buffers for Type-Safe Data Exchange
Tools

Skir: A Modern Alternative to Protocol Buffers for Type-Safe Data Exchange

Skir is a declarative language for defining data types, constants, and APIs that generates idiomatic, type-safe code in TypeScript, Python, Java, C++, Kotlin, and Dart from a single .skir file. It includes built-in schema evolution safety, RPC support similar to gRPC, and serialization to JSON or binary formats.

OpenClawRadar
LLM Circuit Finder: Duplicate 3 layers to boost reasoning without training
Tools

LLM Circuit Finder: Duplicate 3 layers to boost reasoning without training

A new toolkit finds 'reasoning circuits' in transformer models - contiguous blocks of 3-4 layers that act as indivisible cognitive units. Duplicating these blocks (layers 12-14 in Devstral-24B) improves logical deduction from 0.22 to 0.76 on BBH benchmarks with no weight changes or training.

OpenClawRadar
Lightpanda: Open-source headless browser for LLM agents with native MCP server and markdown output
Tools

Lightpanda: Open-source headless browser for LLM agents with native MCP server and markdown output

Lightpanda is an open-source headless browser designed for LLM-powered agents that uses 16x less memory than Chrome (215MB vs 2GB) and completes web crawling benchmarks in 5 seconds instead of 47 seconds. It provides native markdown output, semantic tree with interactivity detection, and a built-in MCP server.

OpenClawRadar