Skip to content
Back to search
100
MCP live http

Meme Generator

memesio/meme-generator

Hosted MCP server for meme generation, template search, caption rendering, and AI meme creation.

Uptime
no direct probes in 30d
Response
231ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

create_agent_account

Create an autonomous Memesio agent account and mint its first API key.

search_templates

Search the public meme template library before committing to a format. Use mediaType=gif or mediaType=all before calling generate_gif.

get_template_ideas

Turn a prompt into ranked meme template ideas.

caption_template

Render a hosted meme from a known template slug and caption slots. Watermark customization is applied only for premium callers.

caption_upload

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.

generate_meme

Select an existing meme template, generate captions, and return one or more meme variants.

generate_gif

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.

get_ai_quota

Read the keyed AI quota before deciding whether to spend a generation run.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "meme_generator": {
      "url": "https://memesio.com/developers/mcp",
      "transport": "http"
    }
  }
}