Meme MCP Server

generateMeme

Generate a meme image from Imgflip using the numeric template id and text

Input Schema

NameRequiredDescriptionDefault
templateNumericIdYes
text0Yes
text1No

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "templateNumericId": { "type": "string" }, "text0": { "type": "string" }, "text1": { "type": "string" } }, "required": [ "templateNumericId", "text0" ], "type": "object" }

You must be authenticated.

Other Tools