MCP server for Apple Notes - create, search, update, and manage notes via Claude
| Tool name | Description | Destructive? |
|---|---|---|
| create-note | โ no | |
| search-notes | โ no | |
| get-note-content | โ no | |
| get-note-by-id | โ no | |
| get-note-details | โ no |
| update-note | โ no | |
| delete-noteโ | โ yes | |
| move-note | โ no | |
| list-notes | โ no | |
| list-folders | โ no | |
| create-folder | โ no | |
| delete-folderโ | โ yes | |
| list-accounts | โ no | |
| list-shared-notes | โ no | |
| get-sync-status | โ no | |
| health-check | โ no | |
| get-notes-stats | โ no | |
| list-attachments | โ no | |
| batch-delete-notesโ | โ yes | |
| batch-move-notes | โ no | |
| export-notes-json | โ no | |
| get-note-markdown | โ no | |
| get-checklist-state | โ no |
{
"mcpServers": {
"apple-notes-1": {
"command": "npx",
"args": [
"-y",
"apple-notes-mcp"
]
}
}
}