mcp-meme-sticky
This server lets you create AI-generated memes and optionally convert them into Telegram stickers — no external APIs required.
Generate memes from existing templates: Pick a pre-existing meme template (e.g., "Ancient Aliens Guy") via semantic similarity search and overlay custom two-line text.
Generate memes via web image search: Search the web for a relevant image and overlay custom meme text on it.
Save memes to desktop: Both tools support saving the generated meme image directly to your desktop (enabled by default).
Convert memes to Telegram stickers: Optionally convert any generated meme into a Telegram sticker via a linked Telegram bot.
Content guardrails: Rejects hate speech, explicit content, misinformation, cyberbullying material, and political extremism.
Hosts the source code for the MCP server and the related Telegram bot, with links to relevant repositories
Used for image hosting, as evidenced by the Imgur link for the logo and example images
Uses MediaPipe's text embedder to select appropriate meme templates based on user prompts
Powers the Telegram bot component of the service through their free Python cloud service
Enables conversion of generated memes into Telegram stickers, providing a direct link that automatically opens Telegram to add the image as a sticker using a custom-coded Telegram bot
Planned future integration for converting generated memes into WhatsApp stickers (marked as coming soon in the README)
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-meme-stickycreate a meme about AI taking over with 'I for one welcome our new robot overlords'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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!
Related MCP server: mcp-chain-of-thought
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
Can convert memes to Telegram stickers (if the bot is online) 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"
],
"env": {
"MCP_STICKY_RETURN_IMAGE": "true"
}
}
}
}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! 😄
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.
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nkapila6/mcp-meme-sticky'
If you have feedback or need assistance with the MCP directory API, please join our Discord server