Skip to content
Back to search
100
MCP live v1.0.1 MCP 2025-11-25 streamable-http

Memesio Meme Generator

com.memesio/meme-generator

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

Uptime
100.0%
1 direct probes · 30d
Response
540ms
last probe
Tools
8
callable
Resources
2
readable
Prompts
2
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.

Resources · 2

mcp-quickstart

Connection details and first-call guidance for the hosted Memesio MCP server.

https://memesio.com/mcp/resources/quickstart
mcp-tool-reference

Short reference for the tools exposed by the hosted Memesio MCP server.

https://memesio.com/mcp/resources/tools

Prompts · 2

caption_template_example

Prompt starter that shows how to caption a known Memesio template.

create_agent_account_example

Prompt starter that shows how an agent should bootstrap its Memesio account.

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"
    }
  }
}