Skip to main content
For AI agents: a documentation index is at /llms.txt. Every page is also available as markdown, just append .md to the URL.

What Is Reap MCP?

Reap MCP lets AI tools connect to your Reap workspace through the Model Context Protocol (MCP). After you connect it, you can ask an AI agent to create clips, add captions, reframe videos, dub videos, check project status, retrieve clip links, and publish or schedule content from Reap. You do not need to copy an API key into your AI tool. Reap MCP uses OAuth, so you sign in to Reap and choose the workspace the agent is allowed to use.

Before You Start

  • Your Reap workspace must be on a paid plan with API access enabled.
  • Your AI tool must support remote MCP servers.
  • You need access to the Reap workspace you want to connect.
  • For ChatGPT, custom MCP app availability depends on your OpenAI plan and workspace settings.

Reap MCP Server URL

Use this URL when your AI tool asks for the MCP server URL:
https://mcp.reap.video/mcp

Connect Reap MCP To GPT

Use this option when you want to connect Reap MCP to ChatGPT as a custom MCP app.

Custom Install: ChatGPT (Developer Mode)

1

Open ChatGPT connector settings

2

Open advanced settings

In Apps, open Advanced settings.
ChatGPT app preferences showing Advanced settings for creating an app
3

Enable Developer Mode

Turn on Developer Mode so you can create a custom MCP app.
ChatGPT advanced settings with Developer Mode enabled
4

Create a custom app

Click Create app or Add custom app, depending on the option shown in your workspace.
5

Add Reap MCP details

Use these values:The icon is optional. If you want the Reap logo to appear in ChatGPT, download this icon and upload it in the Icon field: Download Reap MCP icon.
New ChatGPT app form with Reap MCP server URL and OAuth authentication
6

Publish or enable the app

Publish the app for your workspace or enable it for yourself, depending on your ChatGPT plan and admin permissions.
7

Connect and authorize Reap

Click Connect, sign in to Reap, choose the workspace you want ChatGPT to use, and click Authorize.
ChatGPT prompt to sign in with Reap
Reap authorization screen for granting ChatGPT workspace access
If you do not see Developer Mode or custom app options in ChatGPT, check your OpenAI plan and workspace permissions. Some settings are only available to workspace admins or supported paid plans.

Connect Reap MCP To Claude

Use this option when you want Claude to access Reap from Claude chat.
1

Open Claude connector settings

2

Add a custom connector

Click Add custom connector. In some Claude workspaces, this appears under Customize > Connectors.
Claude Customize connectors menu showing Add custom connector
3

Add Reap MCP details

Use these values:
Claude Add custom connector form with Reap MCP server URL
4

Enable Reap in your chat

In Claude, enable the Reap connector for the conversation before asking Claude to use it.

Connect Reap MCP To Claude Code

If you use Claude Code, add Reap as an HTTP MCP server from your terminal:
claude mcp add --transport http reap "https://mcp.reap.video/mcp"
Claude Code opens the Reap OAuth sign-in flow. Sign in, choose your workspace, authorize access, and return to Claude Code.

Connect Reap MCP To Cursor Or VS Code

For Cursor, add Reap to .cursor/mcp.json. For VS Code, add it to .vscode/mcp.json. You can also use your global MCP settings if you want Reap available across projects.
{
  "mcpServers": {
    "reap": {
      "url": "https://mcp.reap.video/mcp"
    }
  }
}
After saving the config, reload your editor if needed. The first time you use a Reap tool, your agent should start the Reap OAuth flow.

Authorize Your Reap Workspace

No matter which agent you connect, the authorization flow works the same way:
1

Sign in to Reap

Log in to the Reap account that has access to the workspace you want to connect.
2

Choose the workspace

Select the Reap workspace your agent is allowed to use.
3

Authorize access

Click Authorize. The agent only gets access to the workspace you selected.
4

Return to your AI tool

Close the browser tab after authentication succeeds, then return to your agent and continue your workflow.

Confirm The Connection Works

After connecting, try asking your agent:
What Reap tools do you have access to?
You can also try:
Show me my recent Reap projects.
If the agent can list Reap tools or access your selected workspace, the connection is working.

What You Can Ask Your Agent To Do

Once connected, your agent can help with workflows like:
  • Generate AI clips from a video upload or supported source URL.
  • Add captions to a video.
  • Reframe a video into portrait or square format.
  • Dub a video into another language.
  • Transcribe a video.
  • Check project status and retrieve generated clip links.
  • Publish or schedule clips to connected social platforms.
Publishing or scheduling content can affect public social accounts. Your agent should ask for confirmation before posting, scheduling, or changing published content.

Things To Note

  • Reap MCP uses OAuth, so you do not need to paste a Reap API key into your AI tool.
  • Your agent only has access to the Reap workspace you authorize.
  • You can revoke access later from your Reap dashboard.
  • If your AI tool does not show Reap tools after connecting, restart the tool or reconnect the MCP server.
  • If publishing tools fail, make sure your social accounts are connected in Reap.

Troubleshooting

  • Make sure your Reap plan includes API access.
  • Confirm you authorized the correct workspace during OAuth.
  • If the browser does not open automatically, copy the authorization URL from your agent and open it manually.
  • If tools do not appear, reconnect the MCP server or restart your AI tool.
  • If publishing fails, check that your social accounts are connected in Reap.

Learn More