Apple MCP Server

by Dhravya
Verified

notes

Search and retrieve notes from Apple Notes app

Input Schema

NameRequiredDescriptionDefault
searchTextNoText to search for in notes (optional - if not provided, returns all notes)

Input Schema (JSON Schema)

{ "properties": { "searchText": { "description": "Text to search for in notes (optional - if not provided, returns all notes)", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools