MCP Apple Notes
未认领An local mcp server for interacting with Apple Notes via LLM.
安装
$
pip install uv工具(14 个)
create_folder
Create folders with path support
create_note
Create notes with HTML content
delete_folder
Delete folders by ID
delete_note
Delete notes by ID with verification
list_all_notes
List all notes across all folders
list_folder_with_structure
Show folder hierarchy
list_notes_with_structure
Show folders + notes hierarchy
move_folder
Move folders between locations
move_note
Move notes between folders
read_folder
Read folder details by ID
read_note
Read notes by ID with verification
rename_folder
Rename folders by ID
search_notes
Search notes by keywords
update_note
Update notes by ID with HTML content