R
in

MCP Server

Beta

Model Context Protocol

Connect Reelbase to any MCP-compatible AI client — Claude Desktop, Claude Code, Cursor, and more. Generate images, videos, edits, face swaps, and upscales directly from your AI assistant.

Endpointhttps://reelbase.ai/api/mcp
1

Create an API key

Go to the above, click New key, give it a name like “Claude Desktop”, and copy the key that appears. You won't see it again.

2

Open your Claude Desktop config file

Find and open this file (create it if it doesn't exist):

~/Library/Application Support/Claude/claude_desktop_config.json
3

Paste the configuration

Add the reelbase entry to your mcpServers block. Replace YOUR_REELBASE_API_KEY with the key you just created.

{
  "mcpServers": {
    "reelbase": {
      "url": "https://reelbase.ai/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_REELBASE_API_KEY"
      }
    }
  }
}
4

Restart Claude Desktop

Quit and reopen the app. You should see a hammer icon in the chat input — that means MCP tools are active. Ask Claude to “list reelbase models” to verify the connection.

Reelbase tools will show up under the hammer menu
How generation works

Every generation tool returns immediately with a generationId — it does not wait for the result. The generation runs in the background; credits are deducted up front.

1.2.3.
generate_image(…)→ generationId, pollTypeget_generation_status({type, generationId})→ status: "pending"repeat until status === "completed" → url