Use MagicMeme from your agent
Make memes from a prompt in Cursor, Claude, or any MCP client. MagicMeme finds a template, writes captions that fit, and returns a finished image or an editable studio link.
Choose the result you need:
Make a meme. Connect https://magicmeme.com/api/mcp. Ask your agent to find a template and write captions. It calls render_meme_still for an image or get_create_url for a link you can edit.
Swap a face. Sign in and use credits at /tools/face-swap-meme, or let an agent pay $0.50 per swap through Machine Payments Protocol (MPP). See Face swap & MPP for the payment steps.
A skill tells your agent when and how to use MagicMeme. MCP gives it the tools. Captions are text;
render_meme_stillreturns the image.
What you can do from chat
- Get a finished meme in chat. Name a situation and receive a JPEG.
- Open an editable meme. Get a studio link, edit the captions, and download a PNG.
- Pay for one face swap. Your agent can pay through MPP without an OpenRouter key.
A first prompt that works
For a still:
Fetch https://magicmeme.com/llms.txt and follow it. Situation: 9am standup on two hours of sleep. Pick a format, write captions, call render_meme_still, and show me the image.
For a human who will edit:
Same situation. Call get_create_url and give me the studio link. Do not invent a finished CDN URL.
For a paid face swap, after MCP is connected:
Call face_swap_meme with slug success-kid and settlement=agentic. Follow the paymentLink. Do not generate locally.
Tell the agent what to fetch, what the meme is about, and whether you want an image or an editable link.
What to explore next
- Get started to connect MCP and make your first meme.
- Auth for login and guest limits.
- Connect MCP for the hosted URL and tool list.
- Face swap & MPP for identity swaps and payment.
- Agent skill to teach your agent the workflow.
Developer resources
Use these endpoints to integrate MagicMeme:
- OpenAPI spec: https://magicmeme.com/openapi.json describes captions, catalog, rendering, face swap, and payment hooks. Agent instructions live in llms.txt.
- Hosted MCP:
POST https://magicmeme.com/api/mcp(Streamable HTTP, public catalog, no OAuth). - Policies: Terms, Privacy, Refunds.
