quick-reminder-mcp
Provides tools for adding reminders to Apple Reminders, allowing users to create tasks with titles, due dates, lists, and notes directly from Claude Desktop.
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., "@quick-reminder-mcpadd a reminder to call mom tomorrow at 3pm"
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.
quick-reminder-mcp
MCP server for Apple Reminders Quick Entry. When you speak tasks in natural language in Claude Desktop, they are immediately added to Apple Reminders.
Internally, it calls remindctl via execFile.
Requirements
macOS
Node.js ≥ 18
brew install steipete/tap/remindctl remindctl authorize # 최초 1회, 미리 알림 접근 권한 허용
Related MCP server: Apple Reminders MCP Server
Installation & Build
git clone https://github.com/SeunghoHong/quick-reminder-mcp.git
cd quick-reminder-mcp
npm install
npm run buildThe build result is generated in dist/index.js.
Claude Desktop Configuration
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"quick-reminder": {
"command": "node",
"args": ["/Users/raymond/Developer/quick-reminder-mcp/dist/index.js"]
}
}
}Modify the path to fit your environment. Restart Claude Desktop after saving the configuration.
Tools
add_reminder
Parameter | Type | Required | Description |
| string | ✅ | Task title |
| string (ISO8601) | — | Due date and time (e.g., |
| string | — | List name (default: |
| string | — | Notes |
Response Example
✅ 우유 사기 · 4/20 오전 10:00 · 할 일On failure:
❌ 실패: title이 비어 있습니다Quick Entry Usage Examples
In Claude Desktop Option 2 Quick Entry:
"Add a reminder to buy milk tomorrow at 10 AM"
"Submit report by Friday, in the work list"
"Bring laundry in 30 minutes"
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI assistants to manage Apple Reminders lists and reminders on macOS, including creating, updating, completing, and deleting reminders.7215MIT
- AlicenseNot gradedqualityDmaintenanceEnables native integration with Apple Reminders on macOS, allowing you to create, list, complete, and manage reminders through natural language.MIT
- AlicenseNot gradedqualityCmaintenanceEnables Claude to read and search Apple Reminders tasks on macOS, including lists, incomplete/completed items, and keyword search, all locally without modifying data.211MIT
- AlicenseAqualityDmaintenanceEnables Claude to read and manage macOS Reminders (create, list, update, complete, delete reminders) via AppleScript, running entirely locally.6MIT
Related MCP Connectors
MCP connector for Apple Reminders — search, create, complete, and edit via your own Mac.
An AI-first personal CRM you run in natural language: contacts, reminders, notes, and more.
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
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/SeunghoHong/quick-reminder-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server