Memesio Meme Generator
com.memesio/meme-generatorMCP 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.
Resources · 2
Connection details and first-call guidance for the hosted Memesio MCP server.
https://memesio.com/mcp/resources/quickstart
Short reference for the tools exposed by the hosted Memesio MCP server.
https://memesio.com/mcp/resources/tools
Prompts · 2
Prompt starter that shows how to caption a known Memesio template.
Prompt starter that shows how an agent should bootstrap its Memesio account.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"memesio_meme_generator": {
"url": "https://memesio.com/api/mcp",
"transport": "streamable-http"
}
}
}