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-notesA

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

list-foldersA

List all Apple Notes folders with full paths and note counts

list-notesA

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

search-notesA

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

get-noteA

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-noteB

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

edit-noteB

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

append-to-noteA

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

move-noteA

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

delete-noteA

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