Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Reminders

FreeNot checked

Enables Claude to read and manage macOS Reminders (create, list, update, complete, delete reminders) via AppleScript, running entirely locally.

GitHubEmbed

About

Enables Claude to read and manage macOS Reminders (create, list, update, complete, delete reminders) via AppleScript, running entirely locally.

README

reminders-mcp

macOS only — this server uses AppleScript to communicate with the macOS Reminders app.

A Model Context Protocol (MCP) server that lets Claude read and manage your macOS Reminders. Create, list, update, complete, and delete reminders directly from any MCP-compatible client such as Claude Desktop.

Requirements

  • macOS
  • Python 3.11+
  • uv — install with curl -LsSf https://astral.sh/uv/install.sh | sh
  • macOS Reminders app (you'll be prompted to grant Automation permission on first run)

Installation

git clone https://github.com/mhtb32/reminders-mcp.git
cd reminders-mcp
uv sync

Claude Desktop Setup

Add the following to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "🖊️ reminders": {
      "command": "/Users/YOUR_USERNAME/.local/bin/uv",
      "args": ["run", "--directory", "/path/to/reminders-mcp", "reminders-mcp"]
    }
  }
}

Replace YOUR_USERNAME and /path/to/reminders-mcp with your actual values, then restart Claude Desktop.

Tools

Tool Description
list_reminder_lists Get all reminder list names
list_reminders List reminders (with name, due date, notes, and completion status), optionally filtered by list
create_reminder Create a reminder with optional due date and notes
update_reminder Update the title, notes, or due date of an existing reminder
complete_reminder Mark a reminder as completed
delete_reminder Delete a reminder permanently

Example Usage

Once connected, you can ask Claude things like:

  • "What are my reminders for today?"
  • "Add a reminder to buy groceries tomorrow at 9am"
  • "Update the notes on my 'Call dentist' reminder to include the phone number"
  • "Rename my 'Pay rent' reminder to 'Pay rent + utilities'"
  • "Mark the 'Call dentist' reminder as done"
  • "Show me everything in my Work list"

How It Works

This server uses AppleScript to communicate with the macOS Reminders app. No data leaves your machine — everything runs locally.

Project Structure

reminders-mcp/
├── src/reminders_mcp/
│   ├── __init__.py
│   ├── reminders.py   # AppleScript interface to macOS Reminders
│   └── server.py      # MCP server (FastMCP)
├── pyproject.toml
├── uv.lock
└── README.md

License

MIT

from github.com/mhtb32/reminders-mcp

Install Reminders in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install reminders-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add reminders-mcp -- uvx --from git+https://github.com/mhtb32/reminders-mcp reminders-mcp

FAQ

Is Reminders MCP free?

Yes, Reminders MCP is free — one-click install via Unyly at no cost.

Does Reminders need an API key?

No, Reminders runs without API keys or environment variables.

Is Reminders hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Reminders in Claude Desktop, Claude Code or Cursor?

Open Reminders on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Reminders with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs