CLI and MCP server to search and browse Apple Notes with fuzzy matching, full-text search, and PDF text extraction.
{
"mcpServers": {
"cardmagicnotes": {
"command": "npx",
"args": [
"-y",
"@cardmagic/notes"
]
}
}
}