The MCP Apple Notes server enables semantic search and retrieval-augmented generation (RAG) over Apple Notes by integrating with Claude and other AI assistants through the Model Context Protocol. It provides semantic search using on-device embeddings with the all-MiniLM-L6-v2 model, full-text search capabilities, and vector storage via LanceDB, allowing users to query and reference their notes during conversations without requiring external APIs. The server runs entirely locally on macOS, accessing Apple Notes through native JXA automation.
claude mcp add --transport stdio rafalwilinski-mcp-apple-notes uvx mcp-apple-notes