OPENCREATIVE MCP

Give your agents
a creative studio.

Connect compatible AI assistants to the same image, video, voice, music, avatar, and campaign workflow your team uses in OpenCreative.

Create images

Generate campaign stills with up to five reference-image URLs.

Create video

Make a shot from a prompt, first frame, or reference set.

Create speech + avatars

Synthesize multilingual speech or animate a consented user photo.

Create music

Generate an original commercial soundtrack from the campaign brief.

Plan campaigns

Turn one brief into concepts and an editable shot-by-shot plan.

Tenant-safe access

Every call inherits the signed-in user's workspace, entitlements, credits, and row-level security.

CONNECT

One authenticated endpoint.

OpenCreative Cloud creates a dedicated MCP key from your signed-in account. The key is linked to your workspace, plan, creative entitlement, tenant permissions, and credit wallet—never to a raw Supabase credential.

Reference inputs must be HTTPS URLs the model provider can fetch. Upload private files in OpenCreative first, then pass the resulting signed URL to the tool.

This hosted endpoint is a Cloud feature. Self-hosted installations can expose their own endpoint and authentication policy from their deployment.

Remote MCP configuration
{
  "mcpServers": {
    "opencreative": {
      "url": "https://opencreative.vercel.app/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_OPENCREATIVE_MCP_KEY"
      }
    }
  }
}
Create and revoke keys under Account → MCP & API keys. Keys are stored as one-way hashes and the full value is shown only once.