lumiclip
AI Video Clipper Tool - It gets youtube url or file as input and it finds highlights and cut the clips with auto captions and auto reframe to vertical.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add lumiclip/lumiclip
# Browse available tools
npx -y smithery tool list lumiclip/lumiclip
# Get full schema for a tool
npx -y smithery tool get lumiclip/lumiclip generate_clips
# Call a tool
npx -y smithery tool call lumiclip/lumiclip generate_clips '{}'Direct MCP Connection
Endpoint: https://lumiclip--lumiclip.run.tools
Tools (5)
generate_clips— Start AI clip generation from a YouTube video. Returns {project_id, status, poll_url, estimated_minutes}. Poll with get…get_project_status— Returns {id, name, status, step, error, expected_clips, duration, clips[]}. Clips sorted by score, each with clip_statu…list_projects— Returns {projects[], total, limit, offset}. Each project has id, name, status, step, expected_clips, clips_count, durat…get_clip— Returns full clip details: id, project_id, title, duration, score, reason, export_status, export_quality, is_exported, …check_usage— Returns {plan, credits_remaining, credits_total, period_start, period_end}. Check before generate_clips to confirm enou…
# Get full input/output schema for a tool
npx -y smithery tool get lumiclip/lumiclip