CutPro MCP
@getcutpro
CutPro MCP について
CutPro MCP server — wraps the public v1 API as MCP tools for AI clients (Claude, ChatGPT, Cursor).
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"cutpro": {
"command": "npx",
"args": [
"-y",
"@cutpro/mcp"
],
"env": {
"CUTPRO_API_KEY": "<YOUR_API_KEY>"
}
}
}
}ツール
23the workspace this key resolved to, with plan and role.
current credit balance.
ledger of credits added and consumed.
your source video library.
get a presigned URL to upload your own file (max 2 GB; .mp4/.mov/.webm/.mkv).
register a finished upload and get its credit cost.
delete a source video and its submissions.
preview metadata and credit cost of a public URL (free).
start AI clipping (charges credits).
clipping jobs for a video.
poll a submission until completed or failed.
delete a submission and its clips.
clips of a completed submission, rating sorted (URLs opt-in).
apply an editing template to clips in bulk.
delete a single clip.
editing templates to apply to clips.
render a clip to a final MP4.
poll a render until completed.
signed download URL of a completed render.
cancel or delete a render.
render quota for the workspace.
publish rendered clips to connected accounts (immediate or scheduled).
trigger publishing now.
概要
What is CutPro MCP?
CutPro MCP is a Model Context Protocol (MCP) server that turns long videos into viral clips with AI. It exposes the full CutPro API (34 v1 endpoints) as tools, enabling an LLM to analyze a video, clip the best moments, render the final MP4, and publish to TikTok, Instagram, and YouTube.
How to use CutPro MCP?
Install via npx -y @cutpro/mcp and set the CUTPRO_API_KEY environment variable (required for stdio mode). Configure the server in any MCP-compatible client (Claude Code, Cursor, VS Code, Windsurf, Cline, Zed, Gemini CLI, Codex). For hosted access, connect to https://mcp.cut.pro and authorize with OAuth.
Key features of CutPro MCP
- End‑to‑end coverage of all 34 CutPro API tools.
- Token‑efficient results (compact, rating‑sorted, capped).
- Runs locally via stdio or hosted via Streamable HTTP + OAuth.
- Supports multi‑workspace keys with
CUTPRO_WORKSPACE_ID. - Scalable self‑hosted mode with Redis-backed OAuth.
Use cases of CutPro MCP
- Automate AI‑driven video clipping and rendering from a long source.
- Schedule and publish clips to multiple social media accounts.
- Batch process and bulk‑download renders for content repurposing.
- Integrate video editing workflows into AI‑powered assistants.
FAQ from CutPro MCP
What runtime is required?
Node.js 18 or newer.
Do I need a CutPro API key?
Yes, a Pro plan and an API key from cut.pro/studio/me/api-keys are required.
Can I self‑host the remote endpoint?
Yes, set MCP_TRANSPORT=http, PORT, optional MCP_OAUTH=1, and MCP_REDIS_URL for persistence and scaling.
Does the server support OAuth?
Yes, the hosted endpoint (https://mcp.cut.pro) uses OAuth 2.1 with PKCE for ChatGPT and Claude.ai.
What video formats are supported for upload?
.mp4, .mov, .webm, .mkv with a maximum size of 2 GB.
「開発者ツール」の他のコンテンツ
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
Grafana MCP server
grafanaMCP server for Grafana
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
コメント