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.
https://reelbase.ai/api/mcpCreate 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.
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
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"
}
}
}
}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.
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.