Reminder
@arifszn
关于 Reminder
A MCP server for scheduling and triggering reminders via Slack or Telegram.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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": ""
}
}
}
}工具
4Get all reminders
Get the current local time
Create a reminder You MUST call this function before 'get-current-time' to obtain the current time.
Delete reminders by title, processed, or all
概览
What is Reminder?
Reminder is an MCP server that schedules and triggers reminders delivered via Slack or Telegram. Reminders are executed by an external service (cron-job.org), so they are sent even if the server is not running.
How to use Reminder?
Configure the server in your MCP client with the reminder-mcp package, setting the required environment variables (CRON_JOB_API_KEY, NOTIFICATION_PLATFORM, and either Slack or Telegram credentials). Invoke reminders using natural language instructions through an LLM, for example: "Remind me to call Alice in 5 minutes."
Key features of Reminder
- Reminders delivered via Slack or Telegram.
- Uses cron-job.org for reliable, server‑independent scheduling.
- Natural language creation, listing, and deletion of reminders.
- Reminders must be scheduled at least 2 minutes ahead of time.
Use cases of Reminder
- Schedule a reminder to call a contact in a few minutes.
- Set a reminder for a doctor appointment at a specific time tomorrow.
- List all currently active reminders.
- Delete a specific reminder by its title.
FAQ from Reminder
What happens if my server goes offline?
Reminders are still delivered because they are scheduled and triggered by cron-job.org, which sends the notification directly to Slack or Telegram regardless of your server’s status.
How far in advance must a reminder be set?
Reminders must be set at least 2 minutes ahead of the desired time.
What credentials do I need?
You need a cron-job.org API key, choose a notification platform (slack or telegram), and then either a Slack webhook URL or a Telegram bot token and chat ID. Detailed instructions are provided in the README.
Can I use both Slack and Telegram simultaneously?
No—you set a single NOTIFICATION_PLATFORM environment variable to either slack or telegram. Only one platform can be active per server instance.
生产力 分类下的更多 MCP 服务器
Swift MCP GUI Server
NakaokaReiMCP server that can execute commands such as keyboard input and mouse movement on macOS
Computer Control MCP
AB498MCP server that provides computer control capabilities, like mouse, keyboard, OCR, etc. using PyAutoGUI, RapidOCR, ONNXRuntime. Similar to 'computer-use' by Anthropic. With Zero External Dependencies.
Todo List MCP Server
RegiByteAn MCP server for managing todos within LLMs, created for educational purposes
TickTick MCP Server
alexarevalo9A Model Context Protocol (MCP) server designed to integrate with the TickTick task management platform, enabling intelligent context-aware task operations and automation.
Lamda
firerpaAndroid Full-Stack Device Control Platform: WebRTC/H.264 remote desktop, UI/OCR/image-matching automation, one-click MITM, built-in Frida, proxy/VPN/frp/P2P networking, MCP/Agent, 160+ APIs, designed for multi-device clusters and engineered deployments.
评论