Ssemble AI Clipping
com.ssemble/mcp-serverCreate AI-powered short-form video clips from YouTube videos. Supports webhook callbacks.
Tools · 9
Create AI-generated short-form video clips from a YouTube video or uploaded file. Returns a request ID instantly. Processing takes 5-30 minutes. Costs 1 credit.
Check processing status of a short creation request. Provide a request ID, or omit it to see your recent requests and pick one.
Retrieve all generated short clips for a completed request. Provide a request ID, or omit it to see your recent requests and pick one.
List all short creation requests with optional status filtering, pagination, and sorting.
Permanently delete a short creation request and all generated videos. Credits are NOT refunded. This action is irreversible.
List all available caption style templates with preview thumbnails, names, and IDs. Use the templateId when creating shorts.
List available background music tracks with names and durations. Use the exact musicName when creating shorts.
List available gameplay videos for split-screen overlays (content top, game bottom). Use the exact gameVideoName when creating shorts.
List available meme hook clips (2-5 second attention grabbers prepended to shorts). Use the exact memeHookName when creating shorts.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ssemble_ai_clipping": {
"url": "https://mcp.ssemble.com/mcp",
"transport": "streamable-http"
}
}
}