reminder-mcp
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., "@reminder-mcpRemind me to water the plants in 2 hours."
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.
Reminder MCP Server
A MCP server for scheduling and triggering reminders via Slack or Telegram.
Reminders are delivered even if your server is not running.
This is possible because reminders are scheduled and triggered by an external service (cron-job.org), which will send the notification to Slack or Telegram at the scheduled time, regardless of your server's status.
Configuration
{
"mcpServers": {
"reminder": {
"command": "npx",
"args": ["-y", "reminder-mcp"],
"env": {
"CRON_JOB_API_KEY": "your_api_key",
"NOTIFICATION_PLATFORM": "slack",
"SLACK_WEBHOOK_URL": "https://hooks.slack.com/services/xxxxxxx",
"TELEGRAM_BOT_TOKEN": "",
"TELEGRAM_CHAT_ID": ""
}
}
}
}Related MCP server: TaskUp MCP Server
Environment Variables
Name | Description |
| API key from cron-job.org |
|
|
| (Slack only) Webhook URL for your channel |
| (Telegram only) Bot token from @BotFather |
| (Telegram only) Chat ID for your group/user |
Usage Examples
You can use natural language instructions with an LLM. Here are some examples:
Remind me to call Alice in 5 minutes.
Remind me to make a doctor appointment at 3:00 PM tomorrow.
List all my reminders.
Delete the reminder titled "Call Alice".
Note: Reminders are required to be set at least 2 minutes ahead of time.
How to Get Your Credentials
Cron Job API Key
Register at cron-job.org and generate an API key.
Slack Webhook URL
Go to Slack Apps.
Create or select an app.
Add the 'Incoming Webhooks' feature.
Activate and create a webhook URL for your channel.
Set
SLACK_WEBHOOK_URLin the configuration env.
Telegram Bot Token & Chat ID
Create a bot with @BotFather.
Add your bot to your group or message it directly.
Get your chat ID via the Telegram API:
https://api.telegram.org/bot<YOUR_BOT_TOKEN>/getUpdates.Set
TELEGRAM_BOT_TOKENandTELEGRAM_CHAT_IDin the configuration env.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables sending messages and scheduling reminders through multiple platforms including Telegram and Feishu. Supports real-time messaging and cron-based scheduled notifications with comprehensive logging and error handling.MIT
- Alicense-qualityDmaintenanceA centralized workspace orchestration server that enables natural language task management across Notion, Google Calendar, and Telegram. It allows users to analyze intent, create database tasks, schedule calendar events, and send instant notifications.MIT
- AlicenseAqualityBmaintenanceEnables AI agents to schedule and manage reminders across platforms like email, Slack, Discord, and webhooks. It provides tools to create, list, update, and cancel notifications to automate task reminders and agent wake-ups.4241MIT
- Flicense-qualityBmaintenanceEnables users to manage Telegram reminders via natural language or commands, with features like setting, updating, deleting, and listing reminders, while ensuring multi-user privacy.2
Related MCP Connectors
Schedule tasks for later from your AI agent: reminders, delayed webhooks, recurring jobs.
An AI-first personal CRM you run in natural language: contacts, reminders, notes, and more.
Cron-as-a-service MCP. Schedule prompts; when the cron fires we POST to your callback URL.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/arifszn/reminder-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server