Skip to main content
Glama

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

  • remindctl:

    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 build

The 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

title

string

Task title

due_date

string (ISO8601)

Due date and time (e.g., 2026-04-20T10:00:00+09:00)

list

string

List name (default: Work)

notes

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

Install Server
F
license - not found
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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