Apple Notes MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| notes_list_accountsA | List all Apple Notes accounts available on this Mac. |
| notes_list_foldersA | List folders across Apple Notes. Optionally scope by account_id or account_name. |
| notes_list_notesC | List notes with optional scoping by account/folder and optional full body output. |
| notes_get_recent_notesB | List recently modified notes from the last N days. |
| notes_get_noteA | Get a specific note by note_id with full HTML + text body. |
| notes_search_notesB | Search notes by keyword across title, body, folder path, and account. Optionally scoped to account/folder. |
| notes_create_folderB | Create a folder in Apple Notes. You can target an account and optionally create it inside a parent folder. |
| notes_delete_folderA | Delete a folder (destructive). Requires confirm=true and reason. Can be targeted by folder_id or folder_name (+ account scope). |
| notes_create_noteC | Create a note in Apple Notes. Supports plain text or HTML body and optional title. |
| notes_update_noteA | Update an existing note by note_id. You can set title, body, or both. Body supports plain text or HTML. |
| notes_append_to_noteB | Append content to an existing note by note_id. Supports plain text or HTML append mode. |
| notes_move_noteB | Move a note to another folder by note_id + target_folder_id/target_folder_name. |
| notes_delete_noteA | Delete a note (destructive). Requires confirm=true and reason. |
| notes_list_attachmentsA | List metadata for all attachments in a specific note. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tszaks/apple-notes-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server