Telegram to X Formatter
by iliamak
This is an MCP server designed to adapt posts from Telegram into X format, strictly adhering to the 220-character limit. It focuses on preserving key information and enhancing readability.
Last updated: N/A
What is Telegram to X Formatter?
This server is designed to reformat Telegram posts for use on X (formerly Twitter), ensuring they fit within the 220-character limit while maintaining key information and readability.
How to use Telegram to X Formatter?
To use the server, clone the repository, install dependencies using npm, configure the environment variables (specifically, the ANTHROPIC_API_KEY), and then start the server using npm start
.
Key features of Telegram to X Formatter
Adherence to the 220-character limit
Preservation of key information (names, achievements, numbers)
Addition of emojis for emotional expression
Addition of line breaks for readability
Creation of dynamic, short sentences
Addition of a call to action at the end
Use cases of Telegram to X Formatter
Automatically adapting Telegram announcements for X
Sharing key highlights from Telegram channels on X
Creating engaging and concise X posts from longer Telegram content
Cross-posting content between Telegram and X while respecting character limits
FAQ from Telegram to X Formatter
What is the purpose of this server?
What is the purpose of this server?
The server adapts Telegram posts to fit the character limit of X (Twitter).
What kind of information is preserved?
What kind of information is preserved?
Key information such as names, achievements, and numbers are preserved.
How are the posts made more engaging?
How are the posts made more engaging?
Emojis and line breaks are added to improve emotional expression and readability.
What API key is required?
What API key is required?
The ANTHROPIC_API_KEY is required for the server to function.
How do I start the server?
How do I start the server?
After cloning the repository and installing dependencies, run npm start
.