Telegram Pager MCP Server
This server provides a single, focused capability: sending direct Telegram messages via your personal Telegram account using the send_telegram_message tool.
Specify the recipient's Telegram username (without
@) and the message content to send them a direct message.Designed as a "pager" for notifications or alerts (e.g., notifying yourself when a build finishes).
What you cannot do:
Read chat history
Delete messages
View contacts
Perform any other Telegram account actions
Allows sending direct messages via a personal Telegram account.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Telegram Pager MCP ServerSend a message to 'john_doe' saying 'Task completed successfully'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Telegram Pager MCP Server
A specialized Model Context Protocol (MCP) server that allows AI coding assistants (like Cursor, Cline, or Claude Desktop) to send direct messages via your personal Telegram account.
Security First: This server exposes exactly one tool (send_telegram_message). It is intentionally designed as a "Telegram Pager", meaning the AI cannot read your chat history, delete messages, or view your contacts.
Do NOT use this tool for spam. If you configure an AI agent to send unsolicited messages, bulk broadcasts, or promotional content using this server, Telegram's automated systems will quickly flag your activity. Your personal Telegram account will be permanently banned and your phone number blocked. Use this exclusively for personal notifications or messaging your own contacts responsibly.
Prerequisites
To use this, you need a Telegram API ID and Hash.
Log in to my.telegram.org/apps.
Create an application (if you haven't already).
Copy your
App api_idandApp api_hash.
Related MCP server: Telegram Notify MCP
Installation & Setup
Install the package:
pipx install mcp-server-telegram-pagerGenerate your Session String: Because Telegram requires 2FA (a login code sent to your app), you must generate an authentication session string locally first.
mcp-server-telegram-pager-authFollow the prompts to enter your API ID, Hash, and Login Code. Copy the long session string it outputs!
Configuring your MCP Client
Add the following to your IDE's MCP configuration file (e.g., in Cursor or Claude Desktop):
{
"mcpServers": {
"telegram-pager": {
"command": "mcp-server-telegram-pager",
"env": {
"TELEGRAM_API_ID": "YOUR_API_ID_HERE",
"TELEGRAM_API_HASH": "YOUR_API_HASH_HERE",
"TELEGRAM_SESSION": "YOUR_LONG_SESSION_STRING_HERE"
}
}
}
}How to Test
Once configured, you can ask your AI assistant:
"Send a Telegram message to username 'coolperson123' saying 'The build finished successfully!'"
(Note: Do not include the @ symbol in the username).
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ashizam/mcp-server-telegram-pager'
If you have feedback or need assistance with the MCP directory API, please join our Discord server