Labsco
MCP SERVER

Meme MCP Server

by haltakov

Turn an Imgflip template ID and two lines of text into a finished meme image.

Image GenerationVerified
Summary
One call stands between the joke and the posted image.

There is one tool and it does one thing: templateNumericId with text0 and text1 comes back as a generated image. Finding the template ID is not part of it — there is no listing or search tool here — so the number has to come from Imgflip itself.

What it is

A single-tool server over Imgflip's meme generator, taking a numeric template id and the text for each caption.

What you get
  • generateMeme producing an image from a templateNumericId with text0 and text1
  • The template addressed by its Imgflip numeric ID, so the same one comes back identically every time
Requirements

IMGFLIP_USERNAME and IMGFLIP_PASSWORD for an Imgflip account, and the numeric template ID of the meme you want. Apache-2.0 licensed.

Setup effort

One command plus a key — npx -y meme-mcp, then supply credentials