MockClip for ChatGPT & Claude

Describe a conversation in plain English. Get a pre-filled MockClip editor, ready to preview and export. Works via the Model Context Protocol.

Free with any MockClip account. Free-tier exports include a watermark; Pro exports are watermark-free. Generate an API key on your account page first.

Setup walkthrough

Step-by-step: How to connect MockClip to Claude and ChatGPT.

Setup (Claude Desktop)

Add the MockClip MCP server to claude_desktop_config.json:

{
  "mcpServers": {
    "mockclip": {
      "url": "https://mockclip.com/api/mcp",
      "headers": { "Authorization": "Bearer sk_mc_YOUR_KEY_HERE" }
    }
  }
}

Setup (ChatGPT, other MCP clients)

Point your client at this URL: https://mockclip.com/api/mcp

Transport: stateless Streamable HTTP. No auth required.

Try these prompts

Available tools

Supported image hosts

Image URLs (avatars, message images, backgrounds) must be served from one of these hosts. Others are dropped silently — the AI gets a note it can act on.

FAQ

Does it render the video directly?

Not yet — MCP returns an editor URL. You click it, preview, and export. The free tier includes a watermark; upgrade to Pro to remove it.

Are there rate limits?

Free: 5 tool calls per minute. Pro: 60 per minute. Limits are per-user.