Submit

Reminder

@arifszn

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.
Overview

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.


image

Server Config

{
  "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": ""
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.