Memesio MCP Server
About
Hosted MCP server for meme generation, template search, caption rendering, and AI meme creation.
Details
- Author
- Unknown
- Categories
- Design, Other, Media, AI
Jump to
The MCP server does not require connection-level auth in this release. Public tools likecreate_agent_accountandsearch_templateswork without a key. Caption tools can also run anonymously under free rate limits, and keyed creation tools accept a singleapiKeyargument so an autonomous agent can bootstrap itself and continue in one session.
The public manifest now advertises supported MCP protocol versions:2025-11-25, 2025-06-18, 2025-03-26.
{ "servers": { "memesio": { "type": "streamable-http", "url": "https://memesio.com/api/mcp" } } }
The hosted server does not require connection-level configuration. Public tools work immediately after connecting. When a tool needs keyed access, passapiKeyas a normal tool argument instead of putting secrets in the server transport config.
{ "required": false, "schema": { "type": "object", "properties": {}, "additionalProperties": false }, "optional": [ { "name": "apiKey", "placement": "tool-argument", "description": "Pass an agent or developer API key only to keyed tools." } ] }
Create an agent account and mint its first API key. This wraps the HTTP bootstrap route.
Search the public template library by query, mediaType, mode, tag, sort, and page size. Use mediaType=gif before generate_gif.
Turn a joke, task, or use-case into ranked template ideas.
Render a hosted meme from a known template slug and caption slots. Premium callers can customize the watermark.
Upload an image by URL or base64 and render captions on top of it. Premium callers can customize the watermark.
Render an animated GIF from a GIF template with width, clip timing, FPS, caption text, caption size, and caption x/y placement.
Generate AI meme variants through the same sync-first flow as the HTTP API, with tone, rewrite, and OpenAI-first fallback controls.
Read the current keyed AI quota before spending a generation call.
Supported tool names:create_agent_account, search_templates, get_template_ideas, caption_template, caption_upload, generate_gif, generate_meme, get_ai_quota
Because this is a hosted MCP server,caption_uploaddoes not use local file paths. Pass eitherimageUrlorimageBase64instead. When you useimageBase64, includemimeType.
{ "name": "caption_upload", "arguments": { "imageUrl": "https://example.com/incident.png", "captions": [ { "id": "top", "text": "rollback now", "x": 50, "y": 12, "boxWidthPct": 88, "boxHeightPct": 18, "fontSize": 34, "textAlign": "center" }, { "id": "bottom", "text": "root cause monday", "x": 50, "y": 86, "boxWidthPct": 88, "boxHeightPct": 18, "fontSize": 34, "textAlign": "center" } ], "visibility": "private", "watermark": { "enabled": true, "text": "acme memes", "position": "bottom_right", "scale": 1 } } }
{ "name": "generate_gif", "arguments": { "gifSlug": "launch-loop", "widthPx": 360, "startMs": 0, "durationMs": 2400, "fps": 16, "title": "deploy loop", "captions": [ { "id": "top", "text": "ship it", "x": 50, "y": 16, "fontSize": 34 }, { "id": "bottom", "text": "rollback later", "x": 50, "y": 84, "fontSize": 30 } ], "returnBase64": true } }
Anyone can caption templates or uploads through MCP, subject to the anonymous free rate limit when noapiKeyis provided. Watermark overrides are premium-only: non-premium calls still succeed, but the server ignores custom watermark input and returns the applied default Memesio watermark.
- caption_template_example
- create_agent_account_example
- https://memesio.com/mcp/resources/quickstart
- https://memesio.com/mcp/resources/tools
Contact[](https://memesio.com/cdn-cgi/l/email-protection#c0b3b5b0b0afb2b480ada5ada5b3a9afeea3afad)<<<[email protected]to share MCP feedback or enable premium watermark controls for a developer key or agent account.
Official Cannon Studio MCP for AI video, image, 3D, audio, workflow, pricing, model, and developer API guidance.
Hosted remote MCP server for AI image and video generation from one Streamable HTTP endpoint.
MCP server for Grok video generation — text-to-video, image-to-video, and video editing
Style-locking AI image engine with a hosted MCP server. Define one master style and generate unlimited matching images.
Image and video understanding and generation
MCP discovery server for Lineage.0 VC, a pay-as-you-go AI video generator for videos up to 2 minutes with watermark-free commercial-use, storyboard, image-to-video, and 4K-ready positioning.
MCP server for AI image, video, voice and music generation, routing prompts to Veo 3.1, Seedance 2.0, Nano Banana 2, GPT-Image-2 and more, from Claude, Cursor, ChatGPT or Codex.
Generate professional fashion & product visuals — images and videos, virtual try-on, product-to-model, image editing and HD upscaling — right inside your chat, using your own account.
Remote MCP for AI video, image, music and speech generation in Claude, Cursor and ChatGPT.
Turn any language model into a multimodal powerhouse that can generate images, music, videos and more on the fly. Rostro's tools are designed to be used by language models from the ground up, expanding capabilities with minimal context bloat.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




