mcp-meme-sticky
by nkapila6·★ 13·Score 38
Python MCP server for creating AI-generated memes and converting them to Telegram stickers.
Overview
MCP Meme Sticky is a Python-based MCP server that enables users to create AI-generated memes using various templates and convert them into Telegram stickers without requiring external APIs. The server integrates Memegen for meme generation, Mediapipe for text embedding, and FastMCP for MCP protocol implementation. It allows custom meme creation based on prompts, saves generated memes locally, and provides Telegram integration for sticker conversion. The server has been tested with multiple MCP hosts including Claude Desktop, Cursor, and Goose.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this server when you want to create custom memes and convert them to Telegram stickers without API keys and with seamless integration through MCP tool calling.
When NOT to choose this
Don't choose this server if you need WhatsApp sticker conversion (still pending) or require more meme generation features beyond what's currently available.
Tools this server exposes
6 tools extracted from the READMEgenerate_memeGenerate custom memes based on a prompt
save_memeSave generated memes to your desktop
create_telegram_stickerConvert a meme to a Telegram sticker
get_telegram_sticker_linkGenerate a Telegram link to convert image to sticker
open_telegramAutomatically open Telegram with sticker ready to send
open_imageAutomatically open the generated image in a browser
Note: Tool names inferred from the 'Completed work' section of the README, as there is no explicit 'Tools' section. Functionality is described but exact signatures are not provided.
Comparable tools
Installation
Installation using uvx:
{
"mcpServers": {
"mcp-sticky":{
"command": "uvx",
"args": [
"--python=3.10",
"--from",
"git+https://github.com/nkapila6/mcp-meme-sticky",
"mcp-sticky"
]
}
}
}FAQ
- Does this MCP server require external APIs?
- No, the MCP server uses Memegen and other libraries that don't require external API keys.
- Which MCP hosts are compatible with this server?
- It has been tested with Claude Desktop, Cursor, Goose, and other MCP hosts that support tool calling.
Compare mcp-meme-sticky with
Last updated · Auto-generated from public README + GitHub signals.