mcpbeat Sign in

Meme Generator MCP Server

local only

Meme Generator MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

ImgFlip meme templates and captions.

Installs / week
npm · @mrfentmen/meme-generator-mcp
0
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Meme Generator MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add meme-generator-mcp -- npx -y @mrfentmen/meme-generator-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "meme-generator-mcp": {
      "args": [
        "-y",
        "@mrfentmen/meme-generator-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.meme-generator-mcp]
command = "npx"
args = ["-y", "@mrfentmen/meme-generator-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "meme-generator-mcp": {
      "args": [
        "-y",
        "@mrfentmen/meme-generator-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "meme-generator-mcp": {
      "args": [
        "-y",
        "@mrfentmen/meme-generator-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Meme Generator MCP

same job, measured the same way
Imgflip MCP
by mariokernich

Browse Imgflip meme templates and generate memes (caption images, AI memes) via the Imgflip API

25 installs/wk local only
Memegen MCP
by mrfentmen

Keyless MCP server for memegen.link: meme templates, captioned image URL builder.

local only
Memesio Meme Generator
by memesio

MCP server for meme generation, template search, caption rendering, and AI meme creation.

8 tools answering
imgflip
by pipeworx-io

Imgflip MCP — wraps Imgflip API (free, no auth for template listing)

32 tools answering
Adaptika
by adaptika

Manage Adaptika brands, campaigns, templates, assets, and AI-generated creatives.

answering
Chuckle
by jpol34

Look up meme template images by name or description, with disambiguation for ambiguous names.

answering
Trivia MCP
by mrfentmen

Open Trivia DB questions and categories.

local only
AI Media Studio
by b77

Generate images, videos, voiceovers, and captions from a chat prompt.

answering

Meme Generator MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Meme Generator MCP?
Meme Generator MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mrfentmen/meme-generator-mcp.
How do I connect Meme Generator MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mrfentmen/meme-generator-mcp straight from npm; nothing to host, nothing to sign up for.
Is Meme Generator MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.