Apple MCP

by jxnl
MIT License
756
2
  • Apple

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" }

You must be authenticated.

Other Tools from Apple MCP

Related Tools

ID: xtt9ofyljf