MCP server for Apple Notes with semantic search (on-device embeddings via all-MiniLM-L6-v2), full-text search, complete CRUD operations, folder management, and fuzzy title matching. 10 tools. Runs fully locally on macOS — no API keys required.
{
"mcpServers": {
"mcp-apple-notes": {
"command": "npx",
"args": [
"-y",
"@dan8oren/mcp-apple-notes"
]
}
}
}