mcp-telegram-facebook
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TELEGRAM_API_ID | Yes | Telegram API ID from my.telegram.org | |
| FACEBOOK_PAGE_ID | No | Optional default Facebook Page ID | |
| TELEGRAM_SESSION | Yes | Telegram session string generated after login | |
| TELEGRAM_API_HASH | Yes | Telegram API hash from my.telegram.org | |
| FACEBOOK_ACCESS_TOKEN | Yes | Facebook access token with pages_manage_posts permission |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| telegram_list_videosA | Liste les vidéos récentes d'un chat, canal ou groupe Telegram. Retourne pour chacune : messageId, légende, nom de fichier, taille et durée. Utilisez ensuite telegram_download_video avec le messageId choisi. |
| telegram_download_videoA | Télécharge une vidéo Telegram sur le disque local et retourne son chemin. Ce chemin sera passé à facebook_post_video pour la republier. |
| facebook_list_pagesA | Liste les Pages Facebook gérées par le compte, avec leur ID, nom et Page Access Token. |
| facebook_post_videoB | Publie une vidéo locale (téléchargée depuis Telegram) sur une Page Facebook, avec un titre et une description personnalisés. |
| facebook_post_feedC | Publie un post texte (avec lien optionnel) sur le fil d'une Page Facebook. |
| facebook_page_insightsB | Récupère les statistiques d'une Page Facebook (vues, portée, engagement...). |
| repost_telegram_to_facebookA | Workflow complet : télécharge une vidéo Telegram puis la republie directement sur une Page Facebook avec une description personnalisée. Combine download + post. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |