Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

FantomaSkaRus1/telegram-bot-mcp

БесплатноНе проверен

Full-featured Telegram Bot API MCP server with 174 tools covering the entire Bot API.

GitHubEmbed

Описание

Full-featured Telegram Bot API MCP server with 174 tools covering the entire Bot API.

README

Full-featured Telegram Bot API server for MCP (Model Context Protocol). 174 tools covering the entire Bot API — messages, chats, stickers, payments, forums, stories, and more.

telegram-bot-mcp MCP server

Features

  • Messages — send (text, photo, video, audio, document, location, poll, dice, sticker, media groups), edit, forward, copy, delete, pin/unpin, reactions
  • Chats — info, settings, permissions, invite links, member management, verification
  • Bot — commands, profile, settings, description, menu button, admin rights
  • Stickers — create/edit/delete sticker sets, upload stickers, custom emoji
  • Payments — invoices, star transactions, gifts, refunds
  • Forums — create/edit/close/reopen/delete topics
  • Stories — post, edit, delete, repost
  • Business — business messages, accounts, connections
  • Games — send games, set scores, high scores
  • Webhooks — set, delete, get info

Quick Start

npm install

Claude Code

claude mcp add -e TELEGRAM_BOT_TOKEN=your_token telegram -- node /path/to/mcp-telegram/index.js

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "telegram": {
      "type": "stdio",
      "command": "node",
      "args": ["/path/to/mcp-telegram/index.js"],
      "env": {
        "TELEGRAM_BOT_TOKEN": "your_token"
      }
    }
  }
}

Environment Variables

Variable Required Description
TELEGRAM_BOT_TOKEN Yes Bot token from @BotFather
TELEGRAM_DEFAULT_CHAT_ID No Default chat ID (skip chat_id in tool calls)
TELEGRAM_DEFAULT_THREAD_ID No Default topic/thread ID for forum supergroups

Project Structure

index.js              # Entry point — registers all tool modules
utils/api.js          # Telegram API client, rate limiting, retry logic
tools/
  messages/           # send, edit, forward, manage
  chat/               # info, settings, invite, members, verify
  bot/                # core, commands, profile, settings
  stickers.js
  payments.js
  forum.js
  stories.js
  business.js
  games.js
  webhook.js

License

MIT

from github.com/FantomaSkaRus1/telegram-bot-mcp

Установка FantomaSkaRus1/telegram-bot-mcp

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/FantomaSkaRus1/telegram-bot-mcp

FAQ

FantomaSkaRus1/telegram-bot-mcp MCP бесплатный?

Да, FantomaSkaRus1/telegram-bot-mcp MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для FantomaSkaRus1/telegram-bot-mcp?

Нет, FantomaSkaRus1/telegram-bot-mcp работает без API-ключей и переменных окружения.

FantomaSkaRus1/telegram-bot-mcp — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить FantomaSkaRus1/telegram-bot-mcp в Claude Desktop, Claude Code или Cursor?

Открой FantomaSkaRus1/telegram-bot-mcp на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare FantomaSkaRus1/telegram-bot-mcp with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории communication