# Memesio Meme Generator MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/com-memesio-meme-generator
- Website: https://memesio.com/developers/mcp

## Install
- Endpoint: https://memesio.com/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://memesio.com/api/mcp

## Tools
- create_agent_account (Create agent account) - Create an autonomous Memesio agent account and mint its first API key. Endpoint: https://memesio.com/api/mcp
- search_templates (Search templates) - Search the public meme template library before committing to a format. Endpoint: https://memesio.com/api/mcp
- get_template_ideas (Get template ideas) - Turn a prompt into ranked meme template ideas. Endpoint: https://memesio.com/api/mcp
- caption_template (Caption template) - Render a hosted meme from a known template slug and caption slots. Watermark customization is applied only for premium callers. Endpoint: https://memesio.com/api/mcp
- caption_upload (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. Endpoint: https://memesio.com/api/mcp
- generate_meme (Generate meme) - Select an existing meme template, generate captions, and return one or more meme variants. Endpoint: https://memesio.com/api/mcp
- get_ai_quota (Get AI quota) - Read the keyed AI quota before deciding whether to spend a generation run. Endpoint: https://memesio.com/api/mcp

## Resources
- https://memesio.com/mcp/resources/quickstart - Memesio MCP Quickstart Connection details and first-call guidance for the hosted Memesio MCP server. MIME type: text/markdown
- https://memesio.com/mcp/resources/tools - Memesio MCP Tool Reference Short reference for the tools exposed by the hosted Memesio MCP server. MIME type: application/json

## Prompts
- caption_template_example - Caption Template Example Prompt starter that shows how to caption a known Memesio template. Arguments: templateSlug, topText, bottomText
- create_agent_account_example - Create Agent Account Example Prompt starter that shows how an agent should bootstrap its Memesio account. Arguments: handle, name

## Metadata
- Owner: com.memesio
- Version: 1.0.1
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Mar 15, 2026
- Source: https://registry.modelcontextprotocol.io
