mcpbeat Sign in

Imgflip MCP Server

by mariokernich Your server? Claim it
local only

Imgflip MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 24 Aug 2026.

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

Installs per day peak 264 · avg 13 · -5% w/w
a month agotoday
30
Installs / week
npm · imgflip-mcp
2
Stars
0 open issues
24 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Imgflip 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 imgflip-mcp -- npx -y imgflip-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "imgflip-mcp": {
      "args": [
        "-y",
        "imgflip-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.imgflip-mcp]
command = "npx"
args = ["-y", "imgflip-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "imgflip-mcp": {
      "args": [
        "-y",
        "imgflip-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "imgflip-mcp": {
      "args": [
        "-y",
        "imgflip-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: IMGFLIP_USERNAME (Imgflip account username (free account, https://imgflip.com/signup)), IMGFLIP_PASSWORD (Imgflip account password), IMGFLIP_PREMIUM (Set to 'true' to enable the optional Imgflip API Premium tools (search_memes, get_meme, caption_gif, automeme, ai_meme)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Imgflip MCP

same job, measured the same way
Bannerbear
by usefulapi

Generate images, videos, and screenshots from your Bannerbear templates via AI.

15 tools answering
Memesio Meme Generator
by memesio

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

8 tools answering
Xmorf
by crawde

AI image editing and generation via xmorf API. Edit, generate, and list models.

32 installs/wk local only
AI Media Studio
by b77

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

answering
Muapi
by anil-matcha

Generate images, videos, and audio using 100+ AI models via muapi.ai.

38 installs/wk local only
TemplateFoxPDF
by templatefoxpdf

MCP server for TemplateFox PDF generation API - Generate PDFs from templates via AI assistants

43 installs/wk local only
Imejis
by imejis

Generate on-brand images from your AI agent: design, edit, and render templates over MCP.

answering
Glif
by glif

Generate images, video, and audio with Glif's media-generation agent

answering

Imgflip MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Imgflip MCP?
Imgflip 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 imgflip-mcp was installed 30 times last week.
How do I connect Imgflip 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 imgflip-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Imgflip MCP?
The npm package imgflip-mcp was installed 30 times in the last week. Week over week that is -5%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Imgflip MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.