Telegram to X Formatter
@iliamak
MCP server для адаптации постов из Telegram в формат X с ограничением в 220 символов
Overview
What is Telegram to X Formatter?
Telegram to X Formatter is an MCP (Model Context Protocol) server that adapts posts from Telegram into the X format, strictly respecting a 220-character limit. It preserves key information (names, achievements, numbers), adds emojis for emotional impact, line breaks for readability, dynamic short sentences, and a call to action at the end. It is intended for users who want to repurpose Telegram content for X while staying within the character limit.
How to use Telegram to X Formatter?
Clone the repository, install dependencies with npm install, copy .env.example to .env and add your ANTHROPIC_API_KEY, then start the server with npm start. The server formats Telegram‑style input into X‑ready posts.
Key features of Telegram to X Formatter
- Strictly enforces a 220‑character limit
- Preserves key information (names, achievements, numbers)
- Adds emojis for emotional tone
- Inserts line breaks for readability
- Creates dynamic, short sentences
- Appends a call to action at the end
Use cases of Telegram to X Formatter
- Repurposing Telegram channel announcements for X
- Adapting Telegram group discussions into concise X threads
- Transforming Telegram news summaries into X posts
- Converting Telegram project updates into X‑friendly format
FAQ from Telegram to X Formatter
How do I install and run Telegram to X Formatter?
Clone the repository, run npm install, copy .env.example to .env and fill in your ANTHROPIC_API_KEY, then execute npm start.
What dependencies does Telegram to X Formatter require?
It requires Node.js, npm, and an Anthropic API key (stored in the .env file as ANTHROPIC_API_KEY).
What character limit does Telegram to X Formatter enforce?
It strictly enforces a limit of 220 characters per output post.
Does Telegram to X Formatter preserve the original content?
Yes, it preserves key information such as names, achievements, and numbers, while reformatting the rest.
What is the output format of Telegram to X Formatter?
The output is a post formatted for X, including line breaks, emojis, short sentences, and a call to action, all within 220 characters.