Talk with your notes in Claude. RAG over your Apple Notes using MCP
Description:
A server enabling semantic search and conversation with Apple Notes via Claude assistant
Category: Personal Knowledge Management
Overview:
This server allows Claude to search and reference your Apple Notes during conversations using semantic search with on-device embeddings. It runs completely locally without requiring any API keys.
Key features:
Prerequisites:
Setup:
git clone https://github.com/RafalWilinski/mcp-apple-notes
cd mcp-apple-notes
claude_desktop_config.json
:{
"mcpServers": {
"local-machine": {
"command": "/Users/<YOUR_USER_NAME>/.bun/bin/bun",
"args": ["/Users/<YOUR_USER_NAME>/apple-notes-mcp/index.ts"]
}
}
}
Usage:
Troubleshooting: View logs with:
tail -n 50 -f ~/Library/Logs/Claude/mcp-server-local-machine.log
# or
tail -n 50 -f ~/Library/Logs/Claude/mcp.log
Current Limitations: