telegram-sticker-mcp

yanyan1115/telegram-sticker-mcp
★ 0 stars Python 🤖 AI/LLM Updated 4d ago
Standalone MCP server that lets AI agents download and preview Telegram stickers from Telegram file_id and emoji metadata.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "telegram-sticker-mcp": {
      "command": "uvx",
      "args": [
        "telegram-sticker-mcp"
      ]
    }
  }
}

Or install with pip: pip install telegram-sticker-mcp

README Excerpt

English | [简体中文](README.zh-CN.md) Standalone FastMCP server for downloading and previewing Telegram stickers from AI agent workflows. It accepts a Telegram sticker `file_id`, calls Telegram `getFile`, caches the original sticker by `file_unique_id`, and returns local paths and metadata that an MCP-capable agent can inspect.