Skip to main content
Glama
taylorarndt
by taylorarndt

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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