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
- "Make me a fake ChatGPT conversation where someone asks for career advice and gets a helpful reply."
- "Create an iMessage between "Mom" and me where she's asking when I'm coming home for dinner."
- "Build a Tinder animation with 3 profiles — swipe right on the last one and make it a match."
- "Fake a Reddit thread in r/AskReddit with a funny top comment chain."
Available tools
- create_chatgpt_conversation
- create_imessage_conversation
- create_whatsapp_conversation
- create_instagram_dm_conversation
- create_tinder_animation
- create_reddit_thread
- create_phone_call
- create_phone_call_notification
- create_imessage_notification
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.
- images.unsplash.com
- plus.unsplash.com
- i.imgur.com / imgur.com
- res.cloudinary.com
- upload.wikimedia.org
- commons.wikimedia.org
- images.pexels.com
- media.giphy.com / i.giphy.com
- picsum.photos
- cdn.openai.com (DALL·E)
- replicate.delivery
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.