# Apple Reminders (pypi · apple-mcp-reminders)

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

- Trust score: 75/100 (medium)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

- mcpb · `apple-reminders-1.0.4.mcpb`: 17/100, [markdown](https://verifymcp.io/servers/jonathanrreed-apple-mcp-reminders/https-github-com-jonathanrreed-apple-mcps-releases-download-v1-0-4-apple-reminde.md), [page](https://verifymcp.io/servers/jonathanrreed-apple-mcp-reminders/https-github-com-jonathanrreed-apple-mcps-releases-download-v1-0-4-apple-reminde)
- pypi · `apple-mcp-reminders`: 75/100 (this document), [markdown](https://verifymcp.io/servers/jonathanrreed-apple-mcp-reminders/apple-mcp-reminders.md), [page](https://verifymcp.io/servers/jonathanrreed-apple-mcp-reminders/apple-mcp-reminders)

## Channel facts

- Registry: `pypi`
- Package: `apple-mcp-reminders`
- Version: `1.0.4`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-21.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it.
  - 1 of 30 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 35/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: no license is declared.
  - Actively maintained (last published 16 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 61/100
  - 50% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 699 tokens (~36/item across 19 items; 17 tools + 2 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 83/100
  - Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - All 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.
  - An AI judge read all 19 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the Apple Reminders MCP server?

Apple Reminders runs locally as a PyPI package, launched with uvx apple-mcp-reminders. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add jonathanrreed-apple-mcp-reminders -- uvx apple-mcp-reminders
```

### Cursor

```json
{
  "mcpServers": {
    "jonathanrreed-apple-mcp-reminders": {
      "command": "uvx",
      "args": [
        "apple-mcp-reminders"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "jonathanrreed-apple-mcp-reminders": {
      "command": "uvx",
      "args": [
        "apple-mcp-reminders"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add jonathanrreed-apple-mcp-reminders -- uvx apple-mcp-reminders
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jonathanrreed-apple-mcp-reminders": {
      "type": "local",
      "command": [
        "uvx",
        "apple-mcp-reminders"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add jonathanrreed-apple-mcp-reminders --command uvx --arg apple-mcp-reminders
```

### Hermes

```yaml
mcp_servers:
  jonathanrreed-apple-mcp-reminders:
    command: "uvx"
    args: ["apple-mcp-reminders"]
```

### Netclaw

```json
{
  "McpServers": {
    "jonathanrreed-apple-mcp-reminders": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "apple-mcp-reminders"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add jonathanrreed-apple-mcp-reminders -t stdio -c uvx -a apple-mcp-reminders
```

### Other

```json
{
  "mcpServers": {
    "jonathanrreed-apple-mcp-reminders": {
      "command": "uvx",
      "args": [
        "apple-mcp-reminders"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 75, −3)

- [functional] Stability: pass → 0.80

### 2026-09-19 (score 78, +1)

- [security] Stability: 0.97 → pass

### 2026-09-17 (score 77, +1)

No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-15 (score 76, +1)

No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-13 (score 75, −3)

- [functional] Stability: pass → 0.80

### 2026-09-12 (score 78, +1)

- [security] Stability: 0.97 → pass

### 2026-09-10 (score 77, +1)

No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-08 (score 76, +1)

No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

## MCP tools (17)

### `reminders_health` (~18 tokens)

Reminders Health

Report the active Apple Reminders MCP server configuration.

Output parameters:

- `capabilities` (array)
- `helper_available` (boolean)
- `helper_compiled` (boolean)
- `ok` (boolean)
- `safety_mode` (string)
- `server_name` (string)
- `transport` (string)
- `version` (string)

### `reminders_permission_guide` (~22 tokens)

Reminders Permission Guide

Explain how to grant Apple Reminders permission on macOS.

### `reminders_recheck_permissions` (~33 tokens)

Reminders Recheck Permissions

Recheck Reminders access after the user changes macOS permissions, and notify the client that Reminders resources changed.

Output parameters:

- `capabilities` (array)
- `helper_available` (boolean)
- `helper_compiled` (boolean)
- `ok` (boolean)
- `safety_mode` (string)
- `server_name` (string)
- `transport` (string)
- `version` (string)

### `reminders_list_lists` (~16 tokens)

List Reminder Lists

List available Apple Reminders lists.

Output parameters:

- `result`

### `reminders_create_list` (~24 tokens)

Create Reminder List

Create a new Apple Reminders list.

Input parameters:

- `title` (string, required)

Output parameters:

- `result`

### `reminders_delete_list` (~29 tokens)

Delete Reminder List

Delete a reminder list entirely. Requires full_access safety mode.

Input parameters:

- `list_id` (string, required)

Output parameters:

- `result`

### `reminders_list_reminders` (~56 tokens)

List Reminders

List reminders with optional list and due-date filters.

Input parameters:

- `due_after`
- `due_before`
- `include_completed` (boolean)
- `limit`
- `list_id`
- `search`

Output parameters:

- `result`

### `reminders_get_reminder` (~28 tokens)

Get Reminder

Fetch full details for a reminder by reminder_id.

Input parameters:

- `reminder_id` (string, required)

Output parameters:

- `result`

### `reminders_create_reminder` (~81 tokens)

Create Reminder

Create a new reminder in a specific Apple Reminders list.

Input parameters:

- `due_all_day` (boolean)
- `due_date`
- `list_id` (string, required)
- `notes`
- `parent_reminder_id`
- `priority`
- `remind_at`
- `tags`
- `title` (string, required)

Output parameters:

- `result`

### `reminders_update_reminder` (~81 tokens)

Update Reminder

Update one or more fields on an existing reminder.

Input parameters:

- `due_all_day`
- `due_date`
- `list_id`
- `notes`
- `parent_reminder_id`
- `priority`
- `remind_at`
- `reminder_id` (string, required)
- `tags`
- `title`

Output parameters:

- `result`

### `reminders_complete_reminder` (~24 tokens)

Complete Reminder

Mark a reminder as completed.

Input parameters:

- `reminder_id` (string, required)

Output parameters:

- `result`

### `reminders_uncomplete_reminder` (~26 tokens)

Uncomplete Reminder

Mark a reminder as not completed.

Input parameters:

- `reminder_id` (string, required)

Output parameters:

- `result`

### `reminders_delete_reminder` (~25 tokens)

Delete Reminder

Delete a reminder by reminder_id.

Input parameters:

- `reminder_id` (string, required)

Output parameters:

- `result`

### `reminders_list_prompts` (~21 tokens)

Reminders List Prompts

Fallback prompt discovery tool for tool-only MCP clients.

### `reminders_get_prompt` (~33 tokens)

Reminders Get Prompt

Fallback prompt rendering tool for tool-only MCP clients.

Input parameters:

- `arguments_json`
- `name` (string, required)

### `search_tools` (~50 tokens)

Search Tools

Search this server's tool catalog by keyword, alias, or domain tag.

Input parameters:

- `domain_tags`
- `limit` (integer)
- `mode` (string)
- `query` (string, required)

### `get_tool_info` (~48 tokens)

Get Tool Info

Load the full schema, examples, and metadata for one tool from this server.

Input parameters:

- `include_examples` (boolean)
- `include_schema` (boolean)
- `name` (string, required)

## Diagnostics

Captured diagnostic sections: Provenance, Install scripts, Dependencies. The full working is on the page: https://verifymcp.io/servers/jonathanrreed-apple-mcp-reminders/apple-mcp-reminders#diagnostics

## Score history

- 2026-09-21: 75
- 2026-09-20: 75
- 2026-09-19: 78
- 2026-09-18: 77
- 2026-09-17: 77
- 2026-09-16: 76
- 2026-09-15: 76
- 2026-09-14: 75
- 2026-09-13: 75
- 2026-09-12: 78
- 2026-09-11: 77
- 2026-09-10: 77
- 2026-09-09: 76
- 2026-09-08: 76
- 2026-09-07: 75
- 2026-09-06: 75
- 2026-09-05: 78
- 2026-09-04: 77
- 2026-09-03: 77
- 2026-09-02: 76
- 2026-09-01: 37
- 2026-08-31: 75
- 2026-08-30: 75
- 2026-08-29: 74
- 2026-08-28: 74
- 2026-08-27: 73
- 2026-08-26: 73
- 2026-08-25: 71
- 2026-08-24: 70
- 2026-08-23: 70

## Common questions

### What is the Apple Reminders MCP server?

Apple Reminders is an MCP server listed in the public MCP registry as io.github.JonathanRReed/apple-mcp-reminders. List, create, update, complete, and delete reminders in Apple Reminders on macOS. This page covers its PyPI package (apple-mcp-reminders).

### Is the Apple Reminders MCP server safe to use?

Apple Reminders scores 75 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Apple Reminders MCP server expose?

Apple Reminders exposes 17 tools: reminders_health, reminders_permission_guide, reminders_recheck_permissions, reminders_list_lists, reminders_create_list, and 12 more. Their descriptions and schemas cost roughly 615 tokens of context every time the server is loaded.

### Is the Apple Reminders MCP server still maintained?

Apple Reminders is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- PyPI project: https://pypi.org/project/apple-mcp-reminders/
- Socket report: https://socket.dev/pypi/package/apple-mcp-reminders
- Repository: https://github.com/JonathanRReed/Apple-MCPs
- Changelog RSS feed: https://verifymcp.io/servers/jonathanrreed-apple-mcp-reminders/apple-mcp-reminders.xml
- Changelog JSON feed: https://verifymcp.io/servers/jonathanrreed-apple-mcp-reminders/apple-mcp-reminders.json
- HTML version of this page: https://verifymcp.io/servers/jonathanrreed-apple-mcp-reminders/apple-mcp-reminders
