ssemble-mcp-server
Ssemble MCP Server
Ssemble AI Clipping 用のMCPサーバーです。あらゆるAIアシスタントからバイラルなショート動画を作成できます。
Claude Desktop、Claude Code、Cursor、VS Code、Windsurf、およびMCP互換クライアントで動作します。
機能
このMCPサーバーを使用すると、AIアシスタントがSsembleのAIクリッピングエンジンを利用して、YouTube動画からショート動画クリップを作成できます。AIは以下のことが可能です:
ショート動画の作成:YouTube URLまたはアップロードされたファイルから作成
Webhookコールバック:処理完了時に通知を受け取る(n8n、Zapier、Makeと連携可能)
アセットの閲覧:キャプションテンプレート、BGM、ゲームプレイオーバーレイ、ミームフック
処理の追跡:進捗状況の確認と完成したクリップの取得
リクエストの管理:履歴の表示、結果の取得、古いリクエストの削除
Related MCP server: clipwise-mcp
前提条件
有効なサブスクリプションを持つSsembleアカウント
APIキー(Ssembleダッシュボードの「Settings」→「API Keys」から取得)
Node.js >= 18
クイックスタート
Claude Desktop
設定ファイルを編集します:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"ssemble": {
"command": "npx",
"args": ["@ssemble/mcp-server"],
"env": {
"SSEMBLE_API_KEY": "sk_ssemble_your_key_here"
}
}
}
}保存後、Claude Desktopを再起動してください。
Claude Code
claude mcp add ssemble -- npx @ssemble/mcp-server次に、環境変数を設定します:
export SSEMBLE_API_KEY="sk_ssemble_your_key_here"Cursor / VS Code / Windsurf
MCP設定に追加します:
{
"mcpServers": {
"ssemble": {
"command": "npx",
"args": ["@ssemble/mcp-server"],
"env": {
"SSEMBLE_API_KEY": "sk_ssemble_your_key_here"
}
}
}
}利用可能なツール
ツール | 説明 |
| 動画からAI生成ショートクリップを作成します。リクエストIDを即座に返します。 |
| 処理の進捗(0-100%)と現在のステップを確認します |
| 動画URL、タイトル、バイラルスコアを含む完成したクリップを取得します |
| ページネーションとステータスフィルタリングを使用して、すべてのリクエストを一覧表示します |
| リクエストとその動画を完全に削除します |
| キャプションスタイルのテンプレートを閲覧します |
| BGMトラックを閲覧します |
| ゲームプレイオーバーレイ動画を閲覧します |
| 視聴者の注意を引くミームフッククリップを閲覧します |
処理の仕組み
動画の処理には5〜30分かかります。2つのワークフローが利用可能です:
オプションA:ポーリング(手動確認)
create_short— ジョブを送信し、リクエストIDを即座に返しますget_status— いつでも進捗を確認できます(キューイング中 → 処理中 → 完了)get_shorts— 完了時に生成されたクリップを取得します
オプションB:Webhook(自動化)
webhookUrlを指定してcreate_shortを実行 — コールバックURLと共にジョブを送信します処理が完了または失敗すると、APIが結果と共にHTTP POSTをURLに送信します
ポーリングは不要 — n8n、Zapier、Make、およびカスタムバックエンド統合に最適です
Webhookペイロードの例:
{
"event": "shorts.completed",
"requestId": "507f1f77bcf86cd799439011",
"status": "completed",
"timestamp": "2026-03-30T12:00:00.000Z",
"data": {
"shorts": [
{
"id": "...",
"title": "AI-Generated Title",
"video_url": "https://...",
"duration": 45,
"viral_score": 8.5
}
]
}
}使用例
YouTube動画からショート動画を作成:
"https://youtube.com/watch?v=abc123 からショート動画を作成して。最初の10分間を使い、落ち着いたBGMを付けて"
利用可能なアセットを閲覧:
"キャプションテンプレートをすべて見せて" / "どんなBGMが利用できる?"
進捗を確認:
"動画リクエストのステータスはどうなってる?"
結果を取得:
"リクエスト 507f1f77bcf86cd799439011 のクリップをバイラルスコア順で見せて"
環境変数
変数 | 必須 | 説明 |
| はい | Ssemble APIキー ( |
| いいえ | APIベースURLの上書き (デフォルト: |
開発
git clone https://gitlab.com/vlogr/ssemble-mcp-server.git
cd ssemble-mcp-server
npm install
SSEMBLE_API_KEY=sk_ssemble_your_key npm startライセンス
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceTurn YouTube videos into short clips — from Claude, Cursor, or any AI assistant that supports MCP. You give it a YouTube link. It finds the best moments, reframes them for vertical video, adds subtitles, and gives you download links. All from a chat.61232MIT
- AlicenseAqualityDmaintenanceAI tools for short-form video creators (TikTok, Instagram Reels, YouTube Shorts, Facebook Reels) — viral trend search, video analysis info, content strategy use cases.3331MIT
- FlicenseNot gradedqualityCmaintenanceTurns long-form videos into short-form clips (TikTok/Reels) by reasoning over word-timestamped transcripts, with silence-aware rendering, STT-based validation, and optional reframing/captions.
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to extract YouTube transcripts and repurpose them into social media posts via LLM.MIT
Related MCP Connectors
Turn long videos into AI-curated short clips: caption, reframe, thumbnail, schedule, and publish.
Clip videos into captioned shorts, add captions & schedule posts — from Claude, ChatGPT, Cursor.
Turn any video or livestream into scored, captioned, ready-to-post vertical clips.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ssembleinc/ssemble-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server