For AI agents: a documentation index is at /llms.txt. Every page is also available as markdown, just append .md to the URL.
Overview
The Reap MCP server connects your AI agent directly to your Reap workspace. Once connected, your agent can run the full pipeline for you — upload a video, generate clips, add captions, reframe, dub, transcribe, and publish to social platforms — all from inside your chat. Works with Cursor, Claude Code, VS Code, GitHub Copilot, Codex, Gemini CLI, and any other MCP-compatible agent.The MCP server requires a paid plan with API access enabled.
How it works
- Add the endpoint
https://mcp.reap.video/mcpto your agent. - Authorize once via OAuth — sign in and pick the workspace the agent may use.
- Use the tools in chat. No API key to copy, no local server to run.
Add the server
The endpoint is the same everywhere:- Cursor / VS Code
- Claude Code
- Other agents
Add to
.cursor/mcp.json (Cursor) or .vscode/mcp.json (VS Code) in your project root — or to your global MCP settings to make it available everywhere:Sign in to your workspace
The first time the agent connects (Claude Code prompts this on/mcp; Cursor and others trigger it on first tool use), a one-time OAuth sign-in runs:
A browser window opens
The agent opens the Reap authorization page automatically. If it doesn’t open, your agent shows the URL to copy into a browser manually.
Choose a workspace and authorize
The consent screen shows that the app will be able to manage your videos & clips in the workspace you pick. Choose the workspace from the dropdown and click Authorize. The agent only ever gets access to the workspace you select.
Done. Your agent can now create projects, track them, and publish clips in the selected workspace.
What Can Your Agent Do With MCP?
Clip a video
“Clip the most quotable moments from this YouTube video and keep them under 60 seconds.”
Caption & translate
“Add captions to this video and translate them into Spanish.”
Reframe to 9:16
“Reframe this landscape interview to vertical with the speaker centered.”
Publish to socials
“Publish this clip to my YouTube and TikTok.” (The agent confirms with you before posting.)
Tools
The MCP exposes the full Reap workspace as 24 tools. Create projectsrequest_upload_url— get a presigned URL to upload a source videocreate_clips— generate AI clips from a video or URLadd_captions— add styled, animated captionstranscribe— transcribe a video to timestamped textreframe— change aspect ratio with auto face trackingdub_video— voice-dub into another language
list_videos— list projects in the workspaceget_video— full metadata for one projectget_status— processing status plus a live time estimateget_results— generated clips with download URLsget_clip— details for a single cliplist_uploads— videos uploaded to the workspace
update_video— rename a projectupdate_clip— edit a clip’s title or caption
list_integrations— connected social accountspublish_clip— post a clip immediatelyschedule_clips— schedule clips for laterlist_publisher_posts— list scheduled and published postsget_publisher_post— details for one postupdate_publisher_post— edit a scheduled post
get_caption_styles— built-in caption styleslist_templates— saved caption-style presetsget_translation_languages— supported transcription/translation languagesget_dubbing_languages— supported dubbing languages
MCP vs Agent Skill
Both connect Reap to your agent, but they do different jobs:- MCP server — connects your agent to your workspace live over OAuth so it creates clips, tracks projects, and publishes for you.
- Agent Skill — teaches your agent the Reap Public API so it can write integration code. Offline, versioned with your repo.
Learn More
- Agent Skills — Give your agent knowledge of the Reap Public API
- Quickstart — Get started with the Reap API
- Authentication — Manage API keys for direct REST access
- Dashboard — Manage workspaces, integrations, and API access