By RafalWilinskiCreated 4 days ago
starstarstarstarstar

Talk with your Apple Notes.

Visit Project
Share this MCP:
X (Formerly Twitter)RedditblueskyThreads by Instagram

Category

Community MCP Server

Tags

Apple NotesSemantic SearchRagCl produçãoMcpAi Assistant

What is MCP Apple Notes?

MCP Apple Notes is a Model Context Protocol (MCP) server that enables semantic search and RAG (Retrieval Augmented Generation) over your Apple Notes, allowing AI assistants like Claude to search and reference your notes during conversations.

How to use MCP Apple Notes?

  1. Clone the repository and install dependencies using Bun.
  2. Configure Claude Desktop to connect to the MCP server by adding the server details in the config file.
  3. Restart Claude and ask it to index your Apple Notes using commands like "Index my notes".

Key features of MCP Apple Notes?

  • Semantic search over Apple Notes using on-device embeddings model (all-MiniLM-L6-v2)
  • Full-text search capabilities
  • Vector storage using LanceDB
  • MCP-compatible server for AI assistant integration
  • Native Apple Notes integration via JXA
  • Fully local execution - no API keys needed

Use cases of MCP Apple Notes?

  1. Enhancing AI assistant interactions by referencing personal notes
  2. Conducting semantic searches across notes
  3. Enabling Retrieval-Augmented Generation (RAG) with Apple Notes

FAQ from MCP Apple Notes?

  • Do I need special permissions to access Apple Notes?

The app uses JXA (JavaScript for Automation) for native integration, requiring appropriate permissions.

  • Is the data stored locally?

Yes, all data processing and storage is local.

  • What is the advantage of using this over native Apple Notes search?

It provides semantic search and AI integration capabilities beyond basic search functionalities.