Repurpose long video
"Turn this YouTube URL into 5 vertical shorts and use our caption look."
Give your AI agent a real video editor. It clips, captions, reframes, and exports. You just prompt.
Pick your agent and follow the steps. Every path drives the same video engine.
"Turn this YouTube URL into 5 vertical shorts and use our caption look."
"Add a 'WAIT FOR IT' hook to the first 2 seconds. Use Pacifico and our brand green."
"Find the boring parts and cut them. Show me before applying."
"Highlight 'MCP' and 'Supabase' every time I say them. Use our brand color."
"Build a 6-slide TikTok carousel from this blog post."
"Render my latest project and save the MP4 to ./out."
BlitzReels ships a hosted MCP server over Streamable HTTP with OAuth. Add it to ChatGPT, Claude, Cursor, or any MCP-capable client and let it read, edit, and export on your behalf.
{
"mcpServers": {
"blitzreels": {
"type": "http",
"url": "https://www.blitzreels.com/api/mcp"
}
}
}First call opens an OAuth sign-in. The agent acts as you, scoped to your workspace.
Open Apps & Connectors
In ChatGPT, go to Settings, then Apps & Connectors, then Advanced settings.
Add the BlitzReels connector
Create a connector and paste the MCP endpoint URL below.
Sign in with BlitzReels
Approve the OAuth prompt. Your agent now acts as you, scoped to your workspace.
Start prompting
Ask ChatGPT to clip, edit, or export. It calls the tools and links back to your dashboard.
Projects
projects_list
Browse your projects.
projects_get
Inspect a single project.
projects_create
Spin up a new project.
Media & uploads
media_list
List videos, audio, images.
media_transcript_get
Read captions for an asset.
media_upload_start
Create a direct upload URL.
media_upload_file
Upload a local file you picked.
media_import_url
Pull in media by URL.
media_upload_finish
Register an uploaded file.
media_import_inspect
Preview a public URL import.
media_import_scan_page
Import from a public URL.
Clipping
clips_create
Generate clips from a video.
clips_get
Read clips and ZIP downloads.
clips_presets_list
List clipping presets.
Editing & captions
timeline_media_add
Add a video or image to the timeline.
timeline_audio_add
Add music or a voiceover to the timeline.
captions_themes_list
List caption looks.
Workflows
workflows_list
Browse reusable workflows.
workflows_get
Read a workflow definition.
workflows_import
Copy a public workflow into your workspace.
workflow_runs_create
Start a workflow run.
workflow_runs_execute_step
Run the next step of a workflow.
workflow_runs_get
Check workflow run status.
AI generation
generation_options_list
List models, limits, and credit costs.
generation_image_create
Generate an image into your library.
generation_video_create
Generate a video clip from a prompt or image.
generation_voiceover_create
Generate a narrated voiceover.
generation_music_create
Generate a background track.
generation_sound_create
Generate a sound effect.
generation_faceless_create
Turn a script into a full faceless video.
generation_jobs_get
Check a generation and get its asset.
generation_jobs_cancel
Cancel a running generation.
Export
exports_start
Render and get a download.
exports_list
Track render progress and get download links.
Skills are open-source instruction files that teach your agent the exact BlitzReels commands and safe edit flows. Drop them in and they pair with the CLI and the MCP endpoint.
blitzreels/agent-skills
Open source on GitHub
An AI agent video editor lets an AI coding agent edit and export video programmatically instead of a human using a timeline UI. BlitzReels is an AI agent video editor: agents create projects, clip long video, reframe to vertical, generate captions and transcripts, insert B-roll, and export MP4s through a CLI, MCP server, or REST API.
Yes. Claude Code signs in with the BlitzReels CLI (npx blitzreels auth login), then reads projects, edits captions and transcripts, inserts B-roll, and exports, all from the terminal. An installable agent skill pack gives Claude Code the exact commands and safe edit flows.
BlitzReels covers transcripts, captions, B-roll insertion, reframing, and export automation in one REST API, with a hosted MCP server and a CLI on top. The OpenAPI schema at /api/openapi.json lets you generate clients for custom agents.
Yes. BlitzReels runs a hosted MCP server over Streamable HTTP with OAuth at https://www.blitzreels.com/api/mcp. Add it to ChatGPT, Claude, Cursor, or any MCP-capable client and the agent can read projects, edit, and export on your behalf.
BlitzReels works with Claude Code, OpenAI Codex, and ChatGPT through the MCP server, CLI, or REST API, plus other MCP-capable clients such as Cursor. Installable skill packs are published for the most common coding agents.
Yes. Create a free account, get an API key, and connect the MCP server or CLI. Watermark-free export is available on paid plans.
Sign in once, connect the MCP server, and start shipping clips straight from your agent.