@griches/apple-notes-mcp
v1.0.0
Published
MCP server for interacting with Apple Notes on macOS
Maintainers
Readme
@griches/apple-notes-mcp
An MCP server that gives AI assistants access to Apple Notes on macOS via AppleScript.
Quick Start
npx @griches/apple-notes-mcpTools
| Tool | Description |
|------|-------------|
| list_folders | List all folders in Apple Notes |
| create_folder | Create a new folder |
| list_notes | List all notes in a folder |
| get_note | Get the full content of a note by title |
| create_note | Create a new note (HTML body) in a folder |
| update_note | Update the body of an existing note |
| move_note | Move a note from one folder to another |
| append_to_note | Append HTML content to an existing note |
| delete_note | Delete a note |
| delete_folder | Delete a folder and all its notes |
| search_notes | Search notes by keyword in titles and body content |
Configuration
Claude Code
claude mcp add apple-notes -- npx @griches/apple-notes-mcpClaude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"apple-notes": {
"command": "npx",
"args": ["@griches/apple-notes-mcp"]
}
}
}Requirements
- macOS (uses AppleScript)
- Node.js 18+
License
MIT — see the main repository for full details.
