← Back to home
MCP
Connect AI apps to Reelifyads over HTTPS. Browse footage, generate scenarios, and read your workspace products. Available on Pro.
What is MCP?
MCP (Model Context Protocol) is how AI tools call Reelifyads — similar to connecting Notion to an assistant. Prefer OAuth in ChatGPT, Claude, Gemini, Cursor, and other MCP clients; use a personal access token for CLI.
Setup in 4 steps
- Sign in at reelifyads.com on a Pro plan (or let your AI client open browser sign-in when connecting).
- Open Settings → MCP → Connect MCP and copy the URL-only config.
- Paste into your client’s MCP settings. The client signs in via OAuth — no token paste. Example: Cursor Settings → MCP.
- Ask the AI to call health, then list_assets or search_assets. Use a PAT only for CLI.
Remote MCP (OAuth)
https://reelifyads.com/api/mcp
{
"mcpServers": {
"reelifyads": {
"url": "https://reelifyads.com/api/mcp"
}
}
}Supported clients
OAuth for MCP clients that support remote URL + sign-in — e.g. ChatGPT, Claude, Gemini, Cursor. PAT (Bearer) for CLI and clients without OAuth:
- ChatGPT Developer Mode — remote connector (OAuth after Dashboard CIMD)
- Claude Desktop / Claude Code — Custom Connector or HTTP + PAT
- Cursor — url only (OAuth Connect)
- VS Code Copilot — servers entry with type http + PAT
Tokens & cost safety
OAuth clients use URL-only Connect. CLI uses a site-minted PAT. Never commit tokens. Cloud MCP never asks for OpenRouter keys.
- Connect MCP from Settings → MCP (URL-only OAuth config)
- Create or revoke PATs in Settings → MCP for CLI
- generate_scenarios uses platform AI by default
- Export finished reels from the web app
What you can do
Tools available on the hosted endpoint:
- health — check that cloud MCP is up
- list_assets — curated footage / templates / music
- search_assets — search the library
- list_products — your workspace products
- generate_scenarios — platform AI by default
- list_scenarios / get_scenario — scenarios you generated via MCP
- export_or_render_video — export from the web app for now