# Ssemble AI Clipping MCP server

Create AI-powered short-form video clips from YouTube videos. Supports webhook callbacks.

## Links
- Registry page: https://www.getdrio.com/mcp/com-ssemble-mcp-server
- Repository: https://github.com/ssembleinc/ssemble-mcp-server
- Website: https://www.ssemble.com/mcp

## Install
- Command: `npx -y @ssemble/mcp-server`
- Endpoint: https://mcp.ssemble.com/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Package: Npm @ssemble/mcp-server v1.1.3
- Environment variable: SSEMBLE_API_KEY (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://mcp.ssemble.com/mcp

## Tools
- create_short - 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. Endpoint: https://mcp.ssemble.com/mcp
- get_status - Check processing status of a short creation request. Provide a request ID, or omit it to see your recent requests and pick one. Endpoint: https://mcp.ssemble.com/mcp
- get_shorts (Get Shorts) - Retrieve all generated short clips for a completed request. Provide a request ID, or omit it to see your recent requests and pick one. Endpoint: https://mcp.ssemble.com/mcp
- list_requests - List all short creation requests with optional status filtering, pagination, and sorting. Endpoint: https://mcp.ssemble.com/mcp
- delete_request - Permanently delete a short creation request and all generated videos. Credits are NOT refunded. This action is irreversible. Endpoint: https://mcp.ssemble.com/mcp
- list_templates (List Templates) - List all available caption style templates with preview thumbnails, names, and IDs. Use the templateId when creating shorts. Endpoint: https://mcp.ssemble.com/mcp
- list_music (List Music) - List available background music tracks with names and durations. Use the exact musicName when creating shorts. Endpoint: https://mcp.ssemble.com/mcp
- list_game_videos (List Game Videos) - List available gameplay videos for split-screen overlays (content top, game bottom). Use the exact gameVideoName when creating shorts. Endpoint: https://mcp.ssemble.com/mcp
- list_meme_hooks (List Meme Hooks) - List available meme hook clips (2-5 second attention grabbers prepended to shorts). Use the exact memeHookName when creating shorts. Endpoint: https://mcp.ssemble.com/mcp

## Resources
- ssemble://supported-languages
- ssemble://preferred-lengths
- ssemble://layouts
- ui://ssemble/templates-app.html - Interactive grid of caption style templates with GIF previews MIME type: text/html;profile=mcp-app
- ui://ssemble/music-app.html - Interactive music player with audio preview and track selection MIME type: text/html;profile=mcp-app
- ui://ssemble/game-videos-app.html - Interactive gallery of gameplay overlay videos with preview images MIME type: text/html;profile=mcp-app
- ui://ssemble/meme-hooks-app.html - Interactive gallery of meme hook clips with preview images MIME type: text/html;profile=mcp-app
- ui://ssemble/shorts-app.html - Interactive viewer for generated short clips with video player and viral scores MIME type: text/html;profile=mcp-app

## Prompts
- create-viral-short - Guided workflow for creating an optimized viral short from a YouTube video Arguments: 0, 1
- batch-process-videos - Template for processing multiple YouTube videos into shorts Arguments: 0

## Metadata
- Owner: com.ssemble
- Version: 1.1.3
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 13, 2026
- Source: https://registry.modelcontextprotocol.io
