Skip to main content
Glama

Meme MCP Server

by haltakov

generateMeme

Create meme images using Imgflip templates by inputting a numeric ID and custom text. Simplify meme generation for AI models with structured inputs via the MCP server.

Instructions

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

Other Tools from Meme MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/haltakov/meme-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server