CA

Create AI generated memes using MCP Meme Sticky.

Created 3 months ago

Create AI generated memes using MCP Meme Sticky.

development documentation public meme generation AI

What is Create AI generated memes using MCP Meme Sticky.?

MCP Meme Sticky allows users to create AI-generated memes and convert them into stickers for Telegram or WhatsApp. It requires no APIs and produces a link for Telegram stickers. The server utilizes various services for meme generation and has ongoing features for sticker conversion.

Documentation

mcp-meme-sticky

Create AI generated memes using MCP Meme Sticky. Can converted generated memes into stickers for Telegram or WhatsApp (WA coming soon). ✨ no APIs required ✨.

For Telegram, the MCP server produces a link that can produce the image as a sticker. Can be viewed here: MCP-Sticky Telegram Bot.

Attribution

The MCP server uses several services. Thank you to the following services / libraries.

  • Memegen: GOATED open source meme generator!
  • Mediapipe: Mediapipe's text embedder that allows me to select meme templates.
  • PythonAnywhere: For their free Python clouds service! It powers the Telegram bot.
  • icrawler: My image crawler is heavily inspired by their library.
  • FastMCP: FastMCP makes it easier to make Python MCP servers!

Completed work

  • Meme generation
  • Can generate custom memes based on prompt.
  • Can save generated memes on the desktop. (Test only on MacOS, please do test it on other OS with your respective hosts and give me feedback via issues)
  • Sticker generation
  • LLM goes 🔥brr🔥 here. It picks the search query and meme text, not the server. Disclaimer below is there for a reason.
  • Can convert memes to Telegram stickers.
  • Can generate Telegram link to convert image to sticker using custom coded MCP-Sticky Telegram Bot.
  • On going issue with PythonAnywhere where they do not accept links not in their allow list. Ongoing issue here. UPDATE: THEY ADDED IT! 😎
  • Automatically open Telegram instead of asking user to paste on Browser. (Added, 22nd May)
  • Automatically open image link. (Added, 22nd May)
  • Using memegen pre-built templates (easy). (Added, 22nd May)
  • Pending work
  • WhatsApp Sticker conversion.
  • Log messages.
  • Look for alternatives to MCP Sampling specifically for Claude. Can I infer host and change the DAG? Context: Sampling not available for Claude Desktop Client.

Installation instructions

Installation using uvx.

{
  "mcpServers": {
    "mcp-sticky":{
      "command": "uvx",
        "args": [
          "--python=3.10",
          "--from",
          "git+https://github.com/nkapila6/mcp-meme-sticky",
          "mcp-sticky"
        ]
      }
  }
}
```\n\n## Security audits
MseeP does security audits on every MCP server, you can see the security audit of this MCP server by clicking [here](https://mseep.ai/app/nkapila6-mcp-meme-sticky).

<a href='https://mseep.ai/app/nkapila6-mcp-meme-sticky'><img src='https://mseep.net/pr/nkapila6-mcp-meme-sticky-badge.png' width='auto' height='200'></a>

## MCP Host
Should work with any MCP client that supports tool calling.
Have tested on the following:
- Claude Desktop
- Cursor
- Goose
- Others? You try!

## Example
Click on the below image to view a video of MCP Meme Sticky on Claude Desktop.

https://github.com/user-attachments/assets/3ad45852-ff98-4a17-9ae2-6201e82704cc

Image examples of using MCP Meme Sticky on Claude Desktop.
<img src='images/example.jpeg'>
<img src='images/example_2.jpg'>

Example using Goose MCP Host to generate memes with MCP Meme Sticky!
<img width="1508" alt="image" src="https://github.com/user-attachments/assets/268f66b0-7298-4c31-90f7-f2f567ab868c" />

# Disclaimer regarding AI generated content
The content generated through this MCP server is the product of automated processes and systems maintained by the MCP host (or client). (These terms are not interchangeable but people tend to use them interchangeable, the right term is host.)

As a user requesting this content, I am not responsible for the specific outputs, images, stickers, or other materials produced. Any content, memes, stickers, or other materials created through this service are not necessarily reflective of my personal views, opinions, or intentions. 

The responsibility for the functionality, content filtering, and appropriate operation of this service lies solely with the MCP host.

I have utilized this tool in good faith for creative and fun purposes. If any content appears inappropriate, inaccurate, or potentially harmful, please direct all concerns, complaints, or inquiries to the MCP host provider. The MCP host bears full responsibility for all content generated through their platform.

Server Config

{
  "mcpServers": {
    "create-ai-generated-memes-using-mcp-meme-sticky.-server": {
      "command": "npx",
      "args": [
        "create-ai-generated-memes-using-mcp-meme-sticky."
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: Yes
Global: No
Official: No

Project Info

Hosted Featured
Created At: Aug 08, 2025
Updated At: Aug 08, 2025
Author: nkapila6
Category: Meme Generation
License: MIT
Tags:
development documentation public