Skip to main content
Glama

Apple MCP

by jxnl

notes

Search, list, or create notes within the Apple Notes app using defined operations. Retrieve specific notes by text, organize in folders, or add new entries with title and content.

Instructions

Search, retrieve and create notes in Apple Notes app

Input Schema

NameRequiredDescriptionDefault
bodyNoContent of the note to create (required for create operation)
folderNameNoName of the folder to create the note in (optional for create operation, defaults to 'Claude')
operationYesOperation to perform: 'search', 'list', or 'create'
searchTextNoText to search for in notes (required for search operation)
titleNoTitle of the note to create (required for create operation)

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Content of the note to create (required for create operation)", "type": "string" }, "folderName": { "description": "Name of the folder to create the note in (optional for create operation, defaults to 'Claude')", "type": "string" }, "operation": { "description": "Operation to perform: 'search', 'list', or 'create'", "enum": [ "search", "list", "create" ], "type": "string" }, "searchText": { "description": "Text to search for in notes (required for search operation)", "type": "string" }, "title": { "description": "Title of the note to create (required for create operation)", "type": "string" } }, "required": [ "operation" ], "type": "object" }
Install Server

Other Tools from Apple MCP

Related Tools

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

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