MCP Catalogs
Homemcp-meme-sticky screenshot

mcp-meme-sticky

by nkapila6·13·Score 38

Python MCP server for creating AI-generated memes and converting them to Telegram stickers.

ai-llmmediacommunication
6
Forks
2
Open issues
5 mo ago
Last commit
2d ago
Indexed

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:

you:Quickly generate custom memes based on prompts without leaving your MCP client
you:Create and share Telegram stickers from meme images automatically
you:Integrate meme generation into AI workflows for creative content production
you:Does this MCP server require external APIs?
you:Which MCP hosts are compatible with this server?

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 README
  • generate_meme

    Generate custom memes based on a prompt

  • save_meme

    Save generated memes to your desktop

  • create_telegram_sticker

    Convert a meme to a Telegram sticker

  • get_telegram_sticker_link

    Generate a Telegram link to convert image to sticker

  • open_telegram

    Automatically open Telegram with sticker ready to send

  • open_image

    Automatically 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

memegen-apiimage-mcpsticker-mcp

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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.