
MCP Telegram Emoji
by lyosu
Integrate Telegram custom emojis into Claude Code, featuring emoji pack search, sprite previews, and formatted messaging.
What it does
This server gives AI agents access to Telegram's custom emoji ecosystem. It allows the AI to search for emoji packs on fstik.app, sync them via the Telegram Bot API, and generate sprite sheets so the AI can visually identify emojis before sending them in formatted HTML messages.
Tools
search_packs: Searches fstik.app for custom emoji packs.sync_emoji_pack: Downloads pack metadata and thumbnails via Bot API.get_pack: Shows emoji list and a sprite sheet preview.get_emoji: Retrieves a single full-size emoji by index or ID.search_emoji: Finds emojis by unicode or ID substring.format_message: Converts emoji shortcodes to Telegram HTML<tg-emoji>tags.send_message: Posts formatted messages to a Telegram chat.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"telegram-emoji": {
"command": "npx",
"args": ["-y", "mcp-telegram-emoji"],
"env": {
"TELEGRAM_BOT_TOKEN": "YOUR_TOKEN",
"EMOJI_PACKS": "PackName1,PackName2"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx -y mcp-telegram-emojiInformation
- Pricing
- free
- Published
- 4/25/2026
- stars






