{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.n24q02m/better-telegram-mcp",
    "description": "Telegram MCP server \u2014 dual-mode Bot API + MTProto, composite tools.",
    "title": "Better Telegram MCP",
    "repository": {
        "url": "https://github.com/n24q02m/better-telegram-mcp.git",
        "source": "github"
    },
    "version": "4.17.0",
    "packages": [
        {
            "registryType": "pypi",
            "identifier": "better-telegram-mcp",
            "version": "4.17.0",
            "runtimeHint": "uvx",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "Telegram bot token from @BotFather (for bot mode)",
                    "isSecret": true,
                    "name": "TELEGRAM_BOT_TOKEN"
                },
                {
                    "description": "Telegram API ID from my.telegram.org (for user mode)",
                    "name": "TELEGRAM_API_ID"
                },
                {
                    "description": "Telegram API hash from my.telegram.org (for user mode)",
                    "isSecret": true,
                    "name": "TELEGRAM_API_HASH"
                }
            ]
        },
        {
            "registryType": "oci",
            "identifier": "docker.io/n24q02m/better-telegram-mcp:latest",
            "runtimeHint": "docker",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "Telegram bot token from @BotFather (for bot mode)",
                    "isSecret": true,
                    "name": "TELEGRAM_BOT_TOKEN"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-07-18T09:27:12.721922Z",
            "publishedAt": "2026-07-18T09:27:12.721922Z",
            "updatedAt": "2026-07-18T09:27:12.721922Z",
            "isLatest": true
        }
    }
}