apple-notes
v2.8.42Manage Apple Notes through natural language - create, search, read, update, delete, organize folders, inspect metadata, run diagnostics, and work with attachments (macOS only).
By Rob SweetLicense: MIT132 GitHub starsUpdated 12 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install apple-notes for Codex
codex plugin marketplace add sweetrb/apple-notes-mcp
codex plugin marketplace upgrade apple-notes-mcp
codex plugin add apple-notes@apple-notes-mcpPaste and run these commands in a terminal with Codex. They add and refresh the apple-notes-mcp catalog, then install this plugin.
Compatibility: the page URL and API slug “apple-notes-2” remain stable.
- Codex:
apple-notes-2@agent-plugin-marketplace→apple-notes@apple-notes-mcp
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/sweetrb/apple-notes-mcpClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is codex/.
Plugin files
├── .codex-plugin/plugin.json├── skills/apple-notes/SKILL.md└── .mcp.json
Included Skills1
Use this skill when the user wants to interact with Apple Notes on macOS - creating, searching, reading, updating, deleting, organizing, or formatting notes and folders. This skill provides access to Apple Notes through MCP tools and includes safe formatting guidance.
MCP servers1
- command
- npx
- args
- -y apple-notes-mcp
Plugin manifests1
{
"name": "apple-notes",
"version": "2.8.42",
"description": "Manage Apple Notes through natural language - create, search, read, update, delete, organize folders, inspect metadata, run diagnostics, and work with attachments (macOS only).",
"author": {
"name": "Rob Sweet",
"email": "[email protected]"
},
"homepage": "https://github.com/sweetrb/apple-notes-mcp#readme",
"repository": "https://github.com/sweetrb/apple-notes-mcp",
"license": "MIT",
"keywords": [
"mcp",
"apple-notes",
"claude",
"codex",
"macos",
"notes"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Apple Notes",
"shortDescription": "Create, search, read, update, and organize Apple Notes.",
"longDescription": "A macOS-only Apple Notes connector for Codex that uses the apple-notes-mcp server to create, search, read, update, delete, move, and organize notes and folders across Apple Notes accounts, with diagnostics, metadata, checklist, attachment, and export support.",
"developerName": "Rob Sweet",
"category": "Productivity",
"capabilities": [
"MCP Servers",
"Read",
"Write"
],
"websiteURL": "https://github.com/sweetrb/apple-notes-mcp#readme",
"defaultPrompt": [
"Create a note called Meeting Notes with this summary.",
"Find my notes about budget planning.",
"Move my draft notes into the Archive folder."
],
"brandColor": "#f59e0b",
"composerIcon": "./assets/icon.png",
"logo": "./assets/icon.png",
"screenshots": [
"./assets/screenshot.png"
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[apple-notes on Agent Plugins Marketplace](https://pluginsmp.com/plugins/apple-notes-2)