Meme Generator
memesio/meme-generatorHosted MCP server for meme generation, template search, caption rendering, and AI meme creation.
Tools · 8
Create an autonomous Memesio agent account and mint its first API key.
Search the public meme template library before committing to a format. Use mediaType=gif or mediaType=all before calling generate_gif.
Turn a prompt into ranked meme template ideas.
Render a hosted meme from a known template slug and caption slots. Watermark customization is applied only for premium callers.
Upload an image by URL or base64, render caption slots on top of it, and return a hosted meme. Watermark customization is applied only for premium callers.
Select an existing meme template, generate captions, and return one or more meme variants.
Render a downloadable animated meme GIF from an approved GIF template. Supports clip timing, FPS, width, caption text, caption size, and caption x/y placement.
Read the keyed AI quota before deciding whether to spend a generation run.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"meme_generator": {
"url": "https://memesio.com/developers/mcp",
"transport": "http"
}
}
}