disco-trooper/apple-notes-mcp
Apple Notes MCP with semantic search, hybrid vector+keyword search, full CRUD operations, and incremental indexing. Uses JXA for native macOS integration.
Quick Start
Clone the repository:
git clone https://github.com/disco-trooper/apple-notes-mcpClaude Desktop configuration example:
{
"mcpServers": {
"disco-trooper-apple-notes-mcp": {
"command": "npx",
"args": [
"-y",
"disco-trooper/apple-notes-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.