Skip to main content
Glama
Dan8Oren

mcp-apple-notes

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_APPLE_NOTES_VERBOSENoEnable verbose logging. Set to '1' to see every JXA call before it executes.
MCP_APPLE_NOTES_READ_ONLYNoRestrict to read-only tools. Set to '1' to disable create, edit, append, move, and delete operations.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
index-notes

Index all Apple Notes for semantic search. Run this first — takes seconds to minutes depending on note count.

list-folders

List all Apple Notes folders with full paths and note counts

list-notes

List Apple Notes with title, path, and timestamps. Optionally filter by folder path and include note content.

search-notes

Semantic and full-text search over notes. Optionally filter by folder path.

get-note

Get a note's full content and details by noteId or title. Optionally scope by folder path. If the title is ambiguous, returns a list of matching candidates — retry with noteId or path to disambiguate.

create-note

Create a new Apple Note with a title and markdown content. Optionally place it in a folder path.

edit-note

Edit an existing Apple Note's title and/or content. Identify note by noteId or current title.

append-to-note

Append content to the end of an existing Apple Note. Identify note by noteId or title.

move-note

Move a note to a different folder. Identify note by noteId or title. Use list-folders to get available paths.

delete-note

Delete an Apple Note (moves to Recently Deleted). Identify note by noteId or title.

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/Dan8Oren/mcp-apple-notes'

If you have feedback or need assistance with the MCP directory API, please join our Discord server