What is the Apple Notes MCP server?
Inspect, search, create, edit, move, and organize notes in Apple Notes on macOS.
How to install Apple Notes
Copy-paste configuration for popular MCP clients.
APPLE_NOTES_MCP_SAFETY_MODESafety mode for Notes operations: safe_readonly, safe_manage, or full_access.
APPLE_NOTES_MCP_ALLOWED_ACCOUNTSComma-separated allow-list of Notes account names. Empty allows all accounts.
APPLE_NOTES_MCP_ALLOWED_FOLDERSComma-separated allow-list of Notes folder names. Empty allows all folders.
{
"mcpServers": {
"apple-mcp-notes": {
"command": "uvx",
"args": [
"apple-mcp-notes"
],
"env": {
"APPLE_NOTES_MCP_SAFETY_MODE": "<YOUR_APPLE_NOTES_MCP_SAFETY_MODE>",
"APPLE_NOTES_MCP_ALLOWED_ACCOUNTS": "<YOUR_APPLE_NOTES_MCP_ALLOWED_ACCOUNTS>",
"APPLE_NOTES_MCP_ALLOWED_FOLDERS": "<YOUR_APPLE_NOTES_MCP_ALLOWED_FOLDERS>"
}
}
}
}{
"mcpServers": {
"apple-mcp-notes": {
"command": "uvx",
"args": [
"apple-mcp-notes"
],
"env": {
"APPLE_NOTES_MCP_SAFETY_MODE": "<YOUR_APPLE_NOTES_MCP_SAFETY_MODE>",
"APPLE_NOTES_MCP_ALLOWED_ACCOUNTS": "<YOUR_APPLE_NOTES_MCP_ALLOWED_ACCOUNTS>",
"APPLE_NOTES_MCP_ALLOWED_FOLDERS": "<YOUR_APPLE_NOTES_MCP_ALLOWED_FOLDERS>"
}
}
}
}{
"mcpServers": {
"apple-mcp-notes": {
"command": "uvx",
"args": [
"apple-mcp-notes"
],
"env": {
"APPLE_NOTES_MCP_SAFETY_MODE": "<YOUR_APPLE_NOTES_MCP_SAFETY_MODE>",
"APPLE_NOTES_MCP_ALLOWED_ACCOUNTS": "<YOUR_APPLE_NOTES_MCP_ALLOWED_ACCOUNTS>",
"APPLE_NOTES_MCP_ALLOWED_FOLDERS": "<YOUR_APPLE_NOTES_MCP_ALLOWED_FOLDERS>"
}
}
}
}{
"servers": {
"apple-mcp-notes": {
"type": "stdio",
"command": "uvx",
"args": [
"apple-mcp-notes"
],
"env": {
"APPLE_NOTES_MCP_SAFETY_MODE": "<YOUR_APPLE_NOTES_MCP_SAFETY_MODE>",
"APPLE_NOTES_MCP_ALLOWED_ACCOUNTS": "<YOUR_APPLE_NOTES_MCP_ALLOWED_ACCOUNTS>",
"APPLE_NOTES_MCP_ALLOWED_FOLDERS": "<YOUR_APPLE_NOTES_MCP_ALLOWED_FOLDERS>"
}
}
}
}claude mcp add apple-mcp-notes --env APPLE_NOTES_MCP_SAFETY_MODE=<YOUR_APPLE_NOTES_MCP_SAFETY_MODE> --env APPLE_NOTES_MCP_ALLOWED_ACCOUNTS=<YOUR_APPLE_NOTES_MCP_ALLOWED_ACCOUNTS> --env APPLE_NOTES_MCP_ALLOWED_FOLDERS=<YOUR_APPLE_NOTES_MCP_ALLOWED_FOLDERS> -- uvx apple-mcp-notesRelated MCP servers
Apple Calendar
List, create, update, and delete events in Apple Calendar on macOS.
Apple Contacts
Inspect and search Apple Contacts on macOS, and resolve a contact into a message-ready recipient.
Apple Files
Inspect and manage local files and folders inside allowed roots on macOS.
Apple Maps
Search places, estimate routes, and build Apple Maps links on macOS.
Apple Mail
Read, search, compose, and send emails via Apple Mail on macOS.
Apple Reminders
List, create, update, complete, and delete reminders in Apple Reminders on macOS.