AI video clipping with ClipMaster (clipmaster.app): clips, exports, scheduling.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
mcp-name: io.github.n0Sp00n/clipmaster-mcp
MCP (Model Context Protocol) server for ClipMaster β AI video clipping at clipmaster.app. It exposes the ClipMaster public API as tools, so Claude Desktop, Claude Code, and any MCP client can ingest videos, monitor processing, browse clips, trigger exports, and schedule posts.
https://api.clipmaster.app/api/v1) with
the user's API key β no database access, no internal services.From this repo checkout:
| Env var | Required | Meaning |
|---|---|---|
CLIPMASTER_API_KEY | yes* | Your cm_live_β¦ API key |
CLIPMASTER_API_BASE | no | Override the API base URL (default https://api.clipmaster.app/api/v1) |
*Instead of the env var you can put the key in ~/.config/clipmaster/key β
this keeps it out of client config files and shell history:
The env var wins when both are set.
claude_desktop_config.json:
| Tool | What it does |
|---|---|
ingest_youtube(url, orientation?, user_query?, compilation_format?) | Import a YouTube video, start clip generation |
get_status(project_id) | Processing progress / state |
list_projects() | The user's projects |
list_clips(project_id) | Generated clips with AI metadata |
get_clip(project_id, clip_id) | Full detail for one clip |
trigger_export(project_id, clip_id) | Render a clip with its saved settings (charges tokens) |
get_export_status(export_id) | Poll an export; completed β temporary download_url |
list_compilations(source_project_id?) / get_compilation(id) | Cross-project clip collections |
list_social_accounts() | Connected channels for scheduling |
schedule_post(...) | Schedule an export to publish (idempotent on retry) |
list_scheduled_posts(from_date, to_date) | Posting calendar range |
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/clipmaster-mcp)<a href="https://allmcps.com/mcp/clipmaster-mcp"><img src="https://allmcps.com/api/badge/clipmaster-mcp?style=directory" alt="Clipmaster MCP on AllMCPs" /></a>