← Index

Ssemble AI Clipping

com.ssemble/mcp-server·v1.1.3·Image, Video & Audio
Quality Score
95
/100

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

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.ssemble.com/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@ssemble/mcp-server"
      ],
      "env": {
        "SSEMBLE_API_KEY": "<your-ssemble_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@ssemble/mcp-server"
      ],
      "env": {
        "SSEMBLE_API_KEY": "<your-ssemble_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @ssemble/mcp-server
§02  Environment variables
SSEMBLE_API_KEY
requiredsecret

Your Ssemble API key (starts with sk_ssemble_)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Image, Video & Audio