mcpbeat Sign in

Apple Reminders MCP Server

local only

Apple Reminders runs on your own machine — the client starts it, so there is no endpoint to ping. 148 installs a week from pypi. Last commit 21 Aug 2026.

List, create, update, complete, and delete reminders in Apple Reminders on macOS.

Installs per day peak 484 · avg 52 · -35% w/w
a month agotoday
148
Installs / week
pypi · apple-mcp-reminders
12
Stars
1 open issues
21 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Apple Reminders every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add apple-mcp-reminders -- uvx apple-mcp-reminders
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "apple-mcp-reminders": {
      "args": [
        "apple-mcp-reminders"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.apple-mcp-reminders]
command = "uvx"
args = ["apple-mcp-reminders"]
.cursor/mcp.json
{
  "mcpServers": {
    "apple-mcp-reminders": {
      "args": [
        "apple-mcp-reminders"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "apple-mcp-reminders": {
      "args": [
        "apple-mcp-reminders"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Apple Reminders

same job, measured the same way
Apple Calendar
by jonathanrreed

List, create, update, and delete events in Apple Calendar on macOS.

185 installs/wk local only
Reminders Bridge
by isaiahdupree

MCP connector for Apple Reminders — search, create, complete, and edit via your own Mac.

answering
Apple Productivity MCP
by gambadio

On-demand local Apple Mail, Calendar, and Reminders MCP server for macOS.

54 installs/wk local only
Opengist
by ni-c

Read, create, update and delete gists on a self-hosted Opengist instance

417 installs/wk local only
Airtable
by mcparmory

Create, read, update, and delete records in Airtable bases and tables

306 installs/wk local only
Apple Shortcuts
by jonathanrreed

List, inspect, and run Apple Shortcuts on macOS.

141 installs/wk local only
Cronitor
by usefulapi

Manage Cronitor monitors and send telemetry pings — list, inspect, create, update, delete.

6 tools answering
All Quiet
by usefulapi

Manage incidents and on-call: list/create/update incidents, who is on call, on-call overrides.

11 tools answering

Apple Reminders — questions

Answers built from our own checks of this server.

Why is there no uptime for Apple Reminders?
Apple Reminders runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package apple-mcp-reminders was installed 148 times last week.
How do I connect Apple Reminders?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls apple-mcp-reminders straight from pypi; nothing to host, nothing to sign up for.
How many people use Apple Reminders?
The pypi package apple-mcp-reminders was installed 148 times in the last week. Week over week that is -35%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Apple Reminders open source?
Yes — it is published under the MIT licence, written in Python, 12 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.