trackmcp
Back to directory
iliamak

telegram-to-x-formatter

View on GitHub

MCP server для адаптации постов из Telegram в формат X с ограничением в 220 символов

0 stars JavaScriptServers & Infrastructure Updated Feb 21, 2025

Documentation

Telegram to X Formatter

MCP сервер для адаптации постов из Telegram в формат X с строгим соблюдением лимита в 220 символов.

Особенности

  • Соблюдение лимита в 220 символов
  • Сохранение ключевой информации (имена, достижения, цифры)
  • Добавление эмодзи для эмоциональности
  • Добавление переносов строк для читаемости
  • Создание динамичных, коротких предложений
  • Добавление призыва к действию в конце

Установка

bash
# Клонирование репозитория
git clone https://github.com/iliamak/telegram-to-x-formatter.git
cd telegram-to-x-formatter

# Установка зависимостей
npm install

# Копирование и настройка переменных окружения
cp .env.example .env
# Отредактируйте .env файл, добавив ваш ANTHROPIC_API_KEY

# Запуск сервера
npm start

Frequently asked questions

What is telegram-to-x-formatter?

telegram-to-x-formatter is MCP server для адаптации постов из Telegram в формат X с ограничением в 220 символов

How do I install telegram-to-x-formatter?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is telegram-to-x-formatter open source?

Yes — it is hosted on GitHub at https://github.com/iliamak/telegram-to-x-formatter.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP