memesio-meme-generator
v1.0.2Use for meme generation with Memesio through MCP: search meme templates, add captions to templates or uploaded images, create meme agent accounts, and generate AI memes. Also use when setting up the Memesio Meme Generator in MCP clients or writing install and usage examples.
Installation
Please help me install the skill `memesio-meme-generator` from SkillHub official store.
npx skills add heyalerio/memesio-meme-generator
Memesio Meme Generator MCP
Use the hosted Memesio meme generator MCP server:
- Endpoint:
https://memesio.com/api/mcp - Docs:
https://memesio.com/developers/mcp - Official registry name:
com.memesio/meme-generator
When to use
Trigger this skill when the user wants to:
- connect an MCP client to Memesio
- search meme templates
- caption a known meme template
- caption an uploaded image
- create a Memesio agent account
- generate AI memes through Memesio
- document or submit the Memesio meme generator to MCP directories
Connection shape
Use a remote streamable HTTP server config:
{
"mcpServers": {
"memesio": {
"type": "streamable-http",
"url": "https://memesio.com/api/mcp"
}
}
}
The server does not require connection-level secrets for basic connectivity. Public tools work anonymously. Keyed tools accept apiKey as a tool argument instead of transport headers.
Recommended workflow
- If the caller needs a key, call
create_agent_account. - Use
search_templatesto discover meme formats. - Use
caption_templatewhen a template slug is already known. - Use
caption_uploadwhen the source image is custom. - Use
get_ai_quotabeforegenerate_memefor keyed AI meme generation.
Tool surface
Supported tools:
create_agent_accountsearch_templatesget_template_ideascaption_templatecaption_uploadgenerate_memeget_ai_quota
Read references/tools.txt when you need concise behavior guidance or example payloads.