mcpbeat

Ssemble AI Clipping MCP Server

com.ssemble/mcp-server
answering

Ssemble AI Clipping is answering right now. Last checked 13 min ago. 191 installs a week from npm. It exposes 9 tools. Last commit 1 Apr 2026.

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

Installs per day peak 72 · avg 17 · +158% w/w
a month agotoday
Uptime history 39 hours of history
39 hours agonow
100.0%
Uptime 24h
91 of 91 checks
9
Tools
read from the server
520 ms
Response time
average over 24h
191
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 13 min ago.

run in your terminal
claude mcp add mcp-server --transport http https://mcp.ssemble.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.ssemble.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
url = "https://mcp.ssemble.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.ssemble.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.ssemble.com/mcp"
    }
  }
}

Available tools 9

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

game
list_game_videos
List available gameplay videos for split-screen overlays (content top, game bottom). Use the exact gameVideoName when creating shorts.
meme
list_meme_hooks
List available meme hook clips (2-5 second attention grabbers prepended to shorts). Use the exact memeHookName when creating shorts.
music
list_music
List available background music tracks with names and durations. Use the exact musicName when creating shorts.
request
delete_request
Permanently delete a short creation request and all generated videos. Credits are NOT refunded. This action is irreversible.
requests
list_requests
List all short creation requests with optional status filtering, pagination, and sorting.
short
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.
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.
status
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.
templates
list_templates
List all available caption style templates with preview thumbnails, names, and IDs. Use the templateId when creating shorts.

Endpoints

URLTransportStateLatencyChecked
https://mcp.ssemble.com/mcp streamable-http answering 538 ms 13 min ago

Ssemble AI Clipping — questions

Answers built from our own checks of this server.

What can Ssemble AI Clipping do?
It exposes 9 tools, read directly from the server on our last check. Among them: create_short, delete_request, get_shorts, get_status, list_game_videos, list_meme_hooks and 3 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Ssemble AI Clipping working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 520 ms. The bar chart above shows every period we have measured.
How do I connect Ssemble AI Clipping?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Ssemble AI Clipping need an API key?
No. Ssemble AI Clipping completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 9 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Ssemble AI Clipping?
It answers our handshake in 520 ms on average, which is faster than 21% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Ssemble AI Clipping?
The npm package @ssemble/mcp-server was installed 191 times in the last week. Week over week that is +158%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ssemble AI Clipping open source?
Yes — it is published under the MIT licence, written in JavaScript, 4 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.