# Apple Notes (pypi · apple-mcp-notes)

Inspect, search, create, edit, move, and organize notes in Apple Notes on macOS.

- Trust score: 67/100 (medium)
- Change this week: +7
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-19

## Components

- mcpb · `apple-notes-1.0.2.mcpb`: 17/100, [markdown](https://verifymcp.io/servers/jonathanrreed-apple-mcp-notes/https-github-com-jonathanrreed-apple-mcps-releases-download-v1-0-2-apple-notes-1.md), [page](https://verifymcp.io/servers/jonathanrreed-apple-mcp-notes/https-github-com-jonathanrreed-apple-mcps-releases-download-v1-0-2-apple-notes-1)
- pypi · `apple-mcp-notes`: 67/100 (this document), [markdown](https://verifymcp.io/servers/jonathanrreed-apple-mcp-notes/apple-mcp-notes.md), [page](https://verifymcp.io/servers/jonathanrreed-apple-mcp-notes/apple-mcp-notes)

## Channel facts

- Registry: `pypi`
- Package: `apple-mcp-notes`
- Version: `1.0.2`
- 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-08-19.

- **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.
  - 2 of 31 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 13 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 56/100
  - 33% 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 786 tokens (~34/item across 23 items; 21 tools + 2 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 43/100
  - Stability observed for 13 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.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

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

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

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

### Other

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

## 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-08-19 (score 67, +1)

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

### 2026-08-17 (score 66, +1)

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

### 2026-08-15 (score 65, +1)

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

### 2026-08-14 (score 64, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-11 (score 60, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-08-07 (score 58, +1)

- [functional improvement] Security disclosure: fail → pass

### 2026-08-06 (score 57, +21)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Schema quality: unverified → 33
- [functional improvement] MCP protocol: unverified → pass
- [functional] First check of Schema quality: fail
- [functional] First check of Tool coverage: 0
- [functional] First check of Schema quality: fair
- [functional] First check of Schema quality: pass
- [functional] First check of Tool coverage: 100

### 2026-08-05 (score 36)

First indexed and scored.

## MCP tools (21)

### `notes_health` (~16 tokens)

Notes Health

Report the active Apple Notes MCP configuration.

Output parameters:

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

### `notes_permission_guide` (~22 tokens)

Notes Permission Guide

Explain how to grant Apple Notes automation permission on macOS.

### `notes_recheck_permissions` (~31 tokens)

Notes Recheck Permissions

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

Output parameters:

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

### `notes_list_accounts` (~14 tokens)

List Accounts

List Apple Notes accounts.

Output parameters:

- `result`

### `notes_list_folders` (~31 tokens)

List Folders

List Apple Notes folders.

Input parameters:

- `account_name`
- `limit`
- `offset`

Output parameters:

- `result`

### `notes_list_notes` (~42 tokens)

List Notes

List notes, optionally scoped to a folder or account.

Input parameters:

- `account_name`
- `folder_id`
- `limit`
- `offset`

Output parameters:

- `result`

### `notes_get_note` (~29 tokens)

Get Note

Fetch full details for an Apple Notes note by note_id.

Input parameters:

- `note_id` (string, required)

Output parameters:

- `result`

### `notes_search_notes` (~48 tokens)

Search Notes

Search notes by text, folder, or account.

Input parameters:

- `account_name`
- `folder_id`
- `limit`
- `offset`
- `query` (string, required)

Output parameters:

- `result`

### `notes_create_note` (~43 tokens)

Create Note

Create a new note in a folder.

Input parameters:

- `body_html`
- `folder_id` (string, required)
- `tags`
- `title` (string, required)

Output parameters:

- `result`

### `notes_update_note` (~44 tokens)

Update Note

Update an existing note.

Input parameters:

- `body_html`
- `folder_id`
- `note_id` (string, required)
- `tags`
- `title`

Output parameters:

- `result`

### `notes_append_to_note` (~55 tokens)

Append to Note

Append text to an existing note without replacing its current content. Provide body_text for plain text or body_html for rich content.

Input parameters:

- `body_html`
- `body_text`
- `note_id` (string, required)

Output parameters:

- `result`

### `notes_delete_note` (~24 tokens)

Delete Note

Delete a note by note_id.

Input parameters:

- `note_id` (string, required)

Output parameters:

- `result`

### `notes_move_note` (~33 tokens)

Move Note

Move a note to a different folder.

Input parameters:

- `folder_id` (string, required)
- `note_id` (string, required)

Output parameters:

- `result`

### `notes_create_folder` (~45 tokens)

Create Folder

Create a new folder in an Apple Notes account or nested folder.

Input parameters:

- `account_name` (string, required)
- `folder_name` (string, required)
- `parent_folder_id`

Output parameters:

- `result`

### `notes_rename_folder` (~31 tokens)

Rename Folder

Rename an existing folder.

Input parameters:

- `folder_id` (string, required)
- `folder_name` (string, required)

Output parameters:

- `result`

### `notes_delete_folder` (~23 tokens)

Delete Folder

Delete an Apple Notes folder.

Input parameters:

- `folder_id` (string, required)

Output parameters:

- `result`

### `notes_list_attachments` (~24 tokens)

List Attachments

List attachments for a note.

Input parameters:

- `note_id` (string, required)

Output parameters:

- `result`

### `notes_list_prompts` (~21 tokens)

Notes List Prompts

Fallback prompt discovery tool for tool-only MCP clients.

### `notes_get_prompt` (~33 tokens)

Notes 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-notes/apple-mcp-notes#diagnostics

## Score history

- 2026-08-19: 67
- 2026-08-18: 66
- 2026-08-17: 66
- 2026-08-16: 65
- 2026-08-15: 65
- 2026-08-14: 64
- 2026-08-13: 60
- 2026-08-12: 60
- 2026-08-11: 60
- 2026-08-10: 58
- 2026-08-09: 58
- 2026-08-08: 58
- 2026-08-07: 58
- 2026-08-06: 57
- 2026-08-05: 36

## Links

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