Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Meme Mcp

    A simple Model Context Protocol (MCP) server for generating memes using the ImgFlip API

    37 stars
    JavaScript
    Updated Oct 6, 2025

    Table of Contents

    • Tools
    • Usage
    • Troubleshooting
    • Example
    • Author

    Table of Contents

    • Tools
    • Usage
    • Troubleshooting
    • Example
    • Author

    Documentation

    Meme MCP Server

    A simple Model Context Protocol (MCP) server for generating memes using the ImgFlip API. This server enables AI models and tools to generate meme images from user prompts.

    Tools

    The server implements the following a single tool called generateMeme.

    The tool accepts the following parameters:

    • templateNumericId: The numeric ID of the meme template to use.
    • text0: The text for the first placeholder.
    • text1: The text for the second placeholder.

    Usage

    You can configure the meme generator server in your client using the [meme-mcp](https://www.npmjs.com/package/meme-mcp) NPM package. Here is an example configuration for Claude Desktop (Settings -> Developer -> Edit Config):

    json
    {
      "mcpServers": {
        "meme": {
          "command": "npx",
          "args": ["-y", "meme-mcp"],
          "env": {
            "IMGFLIP_USERNAME": "",
            "IMGFLIP_PASSWORD": ""
          }
        }
      }
    }

    Note: you need to create a free account on ImgFlip to get your username and password.

    Troubleshooting

    Sometimes Claude Desktop fails to find the right version of npx (especially if you are using NVM, see this Issue for details). In this case, you can manually install meme-mcp globally and then use it directly.

    bash
    npm install -g meme-mcp

    You can find the path of your node executable by running which node in your terminal. After that your configuration should look like this:

    json
    {
      "mcpServers": {
        "meme": {
          "command": "/Users//.nvm/versions/node/v20.18.2/bin/node",
          "args": ["/Users//.nvm/versions/node/v20.18.2/lib/node_modules/meme-mcp/dist/index.js"],
          "env": {
            "IMGFLIP_USERNAME": "",
            "IMGFLIP_PASSWORD": ""
          }
        }
      }
    }

    Example

    After configuring Claude Desktop, you need to restart it and then you will see the small hammer icon on the bottom right in the chat input. You can then ask Claude to generate a meme for you.

    Claude Desktop with meme server configured

    Author

    This project is created for fun by Vladimir Haltakov. If you find it interesting you can message me on X @haltakov.

    Similar MCP

    Based on tags & features

    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k