MCP Hub
Back to servers

imgflip

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

Registry
Updated
Apr 2, 2026

mcp-imgflip

MCP server for popular meme templates via the Imgflip API. No authentication required.

Tools

ToolDescription
get_memesGet the top 100 most popular meme templates

Quickstart (Pipeworx Gateway)

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "imgflip_get_memes",
      "arguments": {}
    },
    "id": 1
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review