Telegram Reminder MCP
Allows users to set, view, modify, and delete reminders directly through Telegram chat messages or voice commands, leveraging natural language parsing and command-based interaction.
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 Reminder MCPremind me to call mom in 30 minutes"
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 Reminder MCP
A context-aware, secure, and intuitive Telegram Reminder Bot powered by FastMCP and SQLite3. Set, view, modify, and delete reminders using simple conversational phrases or standard commands.
🤖 Live Bot & Web Preview
Telegram Bot: Reminder_MCP_Bot
Web Dashboard: reminder.minecraftbedrock.dpdns.org
Related MCP server: Apple Reminders MCP Server
✨ Features
Natural Language Parsing: Recognizes relative phrases to set reminders (e.g.,
in 5 minutes,after 2 hours,in 3 days).Full CRUD Capabilities: View, update, or cancel your reminders directly from Telegram chat messages.
Strict Privacy & Multi-User Isolation: Reminders are strictly isolated using Telegram
chat_id. A user can never view, edit, or delete reminders belonging to another Telegram user.Local Timezone Alignment: Configured specifically to calculate and store times in the Asia/Kolkata (IST) timezone.
Robust Cron Engine: A background worker polls the database every 5 seconds to ensure alerts are dispatched down to the second.
Voice Message Support & Normalization: Send voice notes directly in Telegram to set, list, edit, or delete reminders. Spoken number words (like "five" or "twenty-three") are automatically normalized to digits (like "5" or "23") to integrate seamlessly with the command parser.
💬 Sentence Tips & Parser Syntax
The bot supports natural conversational inputs. The syntax parser uses flexible regular expressions under the hood.
Setting a Reminder
You can set reminders using two main sentence structures:
remind me after [number] [unit] to [action]Example:
remind me after 15 minutes to drink waterExample:
remind me after 1 hr to stretch
remind me to [action] in [number] [unit]Example:
remind me to call dad in 2 daysExample:
remind me to stretch in 30 seconds
Supported Units: sec, second, seconds, min, minute, minutes, hr, hour, hours, day, days.
Voice Message Commands
You can tap the microphone icon in Telegram to speak any command. Spoken numbers are converted to digits automatically:
Voice Input: "remind me in ten minutes to do yoga" -> bot normalizes to
"remind me in 10 minutes to do yoga"and schedules it.Voice Input: "list reminders" -> bot transcribes and returns active reminders.
Voice Input: "delete reminder four" -> bot normalizes to
"delete reminder 4"and deletes it.Voice Input: "edit reminder five to walk dog in twenty minutes" -> bot normalizes to
"edit reminder 5 to walk dog in 20 minutes"and updates it.
Updating a Reminder via Chat
edit reminder [id] to [new text]oredit [id] to [new text]Example:
edit reminder 11 to go to gym in 5 minutesExample:
edit 11 to buy juice
Deleting a Reminder via Chat
delete reminder [id],delete [id], orremove [id]Example:
delete reminder 11
Listing Reminders via Chat
list reminders,list,list all, orshow reminders
🛠️ Command Reference
For users who prefer classic bot commands:
Command | Usage | Description |
|
| Welcomes the user and lists available options. |
|
| Displays the usage guidelines and tips. |
|
| Displays a detailed list of all your active reminders and their remaining time. |
|
| Instantly cancels and removes the specified reminder from the database. |
|
| Modifies the task text or time offset for an active reminder. |
🔒 Security & Multi-User Privacy Check
All reminder actions (reading, updating, deleting) are secured on the FastMCP Server by verifying that the requesting user's Telegram chat_id matches the owner of the target reminder ID in the database.
Isolation Test: If
User Aattempts to rundelete reminder 5or/delete 5, but the reminder belongs toUser B, the server returns anUnauthorizederror and blocks the transaction.Result: Reminders are strictly confidential, and no cross-user visibility is possible.
🚀 Technical Setup (Local Deployment)
1. Requirements
Python 3.9+
FastMCP
SQLite3
2. Configuration
Copy the .env.template to .env and fill in your details:
TELEGRAM_BOT_TOKEN=your_telegram_bot_token
MCP_SERVER_URL=http://127.0.0.1:9876/mcp3. Run Server
Start the database server:
python3 server.py4. Run Client
Start the Telegram Bot polling and background cron checker:
python3 client.pyThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/imvickykumar999/Telegram-Reminder-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server