a day ago
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.
How it works
Add the endpoint https://mcp.reap.video/mcp to 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.
The agent only ever has access to the single workspace you select, and you can revoke it anytime from your dashboard.
Server Config
{
"mcpServers": {
"reap": {
"url": "https://mcp.reap.video/mcp"
}
}
}