1. Conduid
  2. Developer Tools
  3. mcp-meme-sticky
MCP server · Developer Tools

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 ✨.

66Good

Scored 4 months ago · breakdown

About mcp-meme-sticky

mcp-meme-sticky is an MCP server published by nkapila6 in the Developer Tools category: create AI generated memes using MCP Meme Sticky. Can converted generated memes into stickers for Telegram or WhatsApp (WA coming soon). ✨ no APIs required ✨. It has been installed 0 times through Conduid.

The repository has 13 stars and 7 forks, with the last commit 8 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp-meme-sticky

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about mcp-meme-sticky

Powered by Claude · Grounded in docs

I know everything about mcp-meme-sticky. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

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 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.
    • 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.

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"
        ]
      }
  }
}

Security audits

MseeP does security audits on every MCP server, you can see the security audit of this MCP server by clicking here.

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.

Example using Goose MCP Host to generate memes with MCP Meme Sticky!

Buy Me A Coffee

If the software I've built has been helpful to you. Please do buy me a coffee, would really appreciate it! 😄

ko-fi

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.

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About mcp-meme-sticky

How do I install mcp-meme-sticky?

Run npx mcp-meme-sticky, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is mcp-meme-sticky safe to use with an AI agent?

Its trust score is 66 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is mcp-meme-sticky still maintained?

The last commit was 8 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.