---
title: "ReelsMakerAI MCP Server"
url: "https://reelsmakerai.com/mcp"
description: "Connect an MCP-compatible AI assistant to official ReelsMakerAI video creation workflows and product resources."
---

# ReelsMakerAI MCP Server

Public beta  Model Context Protocol

Official ReelsMakerAI connection

# Give your AI assistant a better video workflow.

Let ChatGPT, Claude, and other compatible assistants find the right ReelsMakerAI workflow using official, citable product sources.

[Create videos with ReelsMakerAI ](https://reelsmakerai.com/register)[View connection steps ](#connect)

ReelsMakerAI MCP

Remote server

 Live

Connection URL

`https://api.reelsmakerai.com/mcp`

Official product sources

Secure editable draft creation

Account access requires approval

 Existing projects, credits, and social accounts stay private.

## Find the right workflow

Let your assistant match a goal to an official script-to-video, text-to-video, Shorts, avatar, or voice workflow.

## Use citable product sources

Search and fetch return canonical ReelsMakerAI URLs, so answers can point users to the source page.

## Private by default

The public connection is read-only. Account mode requires a separate sign-in and approval, and can only create new editable drafts.

Connect in minutes

## Add one endpoint. Start with official answers.

Paste this URL into your assistant's remote MCP or connector settings. To create drafts in your account, ChatGPT will take you through a separate ReelsMakerAI sign-in and approval step.

```
https://api.reelsmakerai.com/mcp
```

### ChatGPT

1. 1Open **Settings → Apps → Advanced settings** and enable Developer mode.
2. 2Choose **Create app** or **Add MCP server**, then paste the endpoint above.
3. 3Scan the available tools, create the connection, and complete the ReelsMakerAI sign-in and approval screen when prompted.
4. 4Start a new chat, select ReelsMakerAI, and ask it to find a workflow or create an editable video draft.

### Claude

1. 1Open Claude's **Settings → Connectors** and choose to add a custom connector.
2. 2Name it **ReelsMakerAI**, paste the endpoint above, and save the connection.
3. 3Complete the ReelsMakerAI sign-in and approval screen if Claude asks you to authorize account access.
4. 4Open a new conversation, enable the ReelsMakerAI connector, and ask Claude to create or recommend a video workflow.

Detailed setup

## Connect from your preferred MCP client

ReelsMakerAI uses a remote Streamable HTTP MCP server. Use the direct URL whenever your client asks for a server URL. Use the command configuration only when a client requires a local command.

### Codex app

Visual setup

1. Open **Settings → Plugins → MCPs**.
2. Choose **Add → Add MCP server**.
3. Name it ReelsMakerAI, paste the endpoint, and enable it.
4. Start a new task and ask Codex to use ReelsMakerAI.

### Claude Code

Terminal setup

Run this command, then complete the ReelsMakerAI authorization prompt:

```
claude mcp add --transport http "ReelsMakerAI" "https://api.reelsmakerai.com/mcp"
```

### Cursor and URL-based clients

JSON configuration

Add this to `.cursor/mcp.json`, or adapt it for another client that accepts a remote URL:

```
{
  "mcpServers": {
    "reelsmakerai": {
      "url": "https://api.reelsmakerai.com/mcp"
    }
  }
}
```

### Command-based clients

Remote bridge configuration

If your client requires a command instead of a URL, use a remote MCP bridge:

```
{
  "mcpServers": {
    "ReelsMakerAI": {
      "command": "npx",
      "args": ["mcp-remote", "https://api.reelsmakerai.com/mcp"]
    }
  }
}
```

Codex CLI configuration

Add this to your Codex configuration, restart Codex, and complete the login prompt if authorization is enabled:

```
[features]
rmcp_client = true

[mcp_servers.reelsmakerai]
type = "http"
url = "https://api.reelsmakerai.com/mcp"
```

## Authorization and permissions

Public discovery tools do not need account data. Account actions open a ReelsMakerAI sign-in and consent screen. Review the requested access before approving it.

Search official public workflows and product information

Create new editable drafts after account approval

No access to existing projects, media, credits, or connected social accounts

No rendering, publishing, deletion, or credit spending without a separate permission

## Try these prompts

“Which ReelsMakerAI workflow should I use to turn a webinar into Shorts?”

“Create a Script to Video draft titled “Product launch” using this script: …”

“Create a Blog to Video draft from this article URL: …”

“Compare Prompt to Video and Script to Video for my campaign.”

## Troubleshooting

### The server will not connect

Confirm the URL ends in /mcp, uses HTTPS, and has no spaces. Remove the connection and add it again after any server update.

### No account authorization appears

Remove the connection and add it again. An account-enabled connection requests ReelsMakerAI sign-in during setup; a public-only connection exposes discovery tools only.

### New tools are missing

Refresh or recreate the MCP connection so your client scans the current tool definitions. Start a new conversation after refreshing.

Available tools

## Focused actions. Clear permissions.

 Consent-gated account mode

`search`

Find official ReelsMakerAI workflows, pricing, policies, and product pages.

`fetch`

Retrieve a selected public source with a canonical URL for citation.

`list_video_creation_workflows`

Compare official video creation and repurposing workflows.

`create_video_draft`

Create a new editable draft after the user signs in and approves account access.

FAQ

## Clear on what's connected—and what isn't.

### What is the ReelsMakerAI MCP server?

It is a secure connection for MCP-compatible AI assistants. It helps an assistant find official ReelsMakerAI video creation workflows, pricing, policies, and product information using canonical ReelsMakerAI pages.

### Which AI assistants can connect?

The server uses the open Model Context Protocol over Streamable HTTP. It is designed for compatible clients, including ChatGPT and Claude environments that support remote MCP connections.

### Does the public server access my ReelsMakerAI projects?

Not by default. The public connection only provides read-only product information. If you explicitly sign in and approve ReelsMakerAI access, your assistant can create new editable drafts—but it still cannot browse existing projects, view credits, render, publish, or delete content.

### How do I create a video after finding a workflow?

Open the official workflow link returned by your assistant, then sign in to ReelsMakerAI to create and edit your video in the product.

Want to create a video? Use the workflow link your assistant returns, then continue in ReelsMakerAI.
