Apple Notes MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| notes_statusA | Check whether Apple Notes automation is available and return account/note counts. |
| notes_list_accountsA | List Apple Notes accounts available to the current macOS user. |
| notes_list_foldersA | List Apple Notes folders, optionally scoped to one account. |
| notes_searchA | Search Apple Notes by title and plaintext body. Returns stable IDs for follow-up read, update, move, and delete tools. |
| notes_getB | Read a full Apple Note, including plaintext and HTML body. |
| notes_createA | Create a new Apple Note in a target folder. bodyHtml should be valid lightweight HTML such as div, p, ul, ol, li, h1-h3. |
| notes_updateA | Update a note title and/or HTML body. Prefer noteId lookup for correctness. |
| notes_moveA | Move a note to another folder, including folders in another account. Defaults to dryRun=true so clients can verify the resolved note and destination before moving. |
| notes_deleteB | Delete an Apple Note. Defaults to dryRun=true so clients can verify the resolved note before deletion. |
| notes_create_folderB | Create a folder in an Apple Notes account. |
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/taylorarndt/apple-notes-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server