Skip to main content
Glama

Meme MCP Server

by haltakov

generateMeme

Create meme images by using an Imgflip template ID and custom text inputs. This tool enables quick meme generation for sharing or creative projects on the Meme 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" }

You must be authenticated.

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