MCP.so
Sign In

CutPro MCP

@getcutpro

About CutPro MCP

CutPro MCP server — wraps the public v1 API as MCP tools for AI clients (Claude, ChatGPT, Cursor).

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "cutpro": {
      "command": "npx",
      "args": [
        "-y",
        "@cutpro/mcp"
      ],
      "env": {
        "CUTPRO_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

Tools

23

the 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.

Overview

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.

Frequently asked questions

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](https://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.

Comments

More Developer Tools MCP servers