Talk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-apple-notes": {
"command": "npx",
"args": [
"-y",
"RafalWilinski/mcp-apple-notes"
]
}
}
}
Run in terminal:
claude mcp add mcp-apple-notes npx -y RafalWilinski/mcp-apple-notes
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-apple-notes": {
"command": "npx",
"args": [
"-y",
"RafalWilinski/mcp-apple-notes"
]
}
}
}