ssembleinc/ssemble-mcp-server
Platform-specific configuration:
{
"mcpServers": {
"ssemble-mcp-server": {
"command": "npx",
"args": [
"-y",
"ssemble-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for Ssemble AI Clipping — create viral short-form videos from any AI assistant.
Works with Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, and any MCP-compatible client.
This MCP server lets AI assistants create short-form video clips from YouTube videos using Ssemble's AI clipping engine. The AI can:
Edit your config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json~/.config/Claude/claude_desktop_config.json{
"mcpServers": {
"ssemble": {
"command": "npx",
"args": ["@ssemble/mcp-server"],
"env": {
"SSEMBLE_API_KEY": "sk_ssemble_your_key_here"
}
}
}
}Restart Claude Desktop after saving.
claude mcp add ssemble -- npx @ssemble/mcp-serverThen set the environment variable:
export SSEMBLE_API_KEY="sk_ssemble_your_key_here"Add to your MCP settings:
{
"mcpServers": {
"ssemble": {
"command": "npx",
"args": ["@ssemble/mcp-server"],
"env": {
"SSEMBLE_API_KEY": "sk_ssemble_your_key_here"
}
}
}
}| Tool | Description | |------|-------------| | create_short
Loading reviews...