2 months ago
Reading and writing Apple Notes with native Markdown conversion.
Server Config
{
"mcpServers": {
"apple-notes": {
"command": "npx",
"args": [
"-y",
"@ailenshen/apple-notes-mcp@latest"
]
}
}
}