MCP Apple Notes

MCP Apple Notes

By RafalWilinski GitHub

Talk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.

ai mcp
Overview

MCP Apple Notes

MCP Apple Notes is a tool that allows users to interact with their Apple Notes using an AI assistant named Claude through a Model Context Protocol (MCP) server, enabling enhanced search and retrieval functionalities.

How to Use MCP Apple Notes?

To use MCP Apple Notes, clone the repository from GitHub, install the necessary dependencies, and configure the Claude desktop application to integrate with the MCP server for your local notes.

Key Features of MCP Apple Notes?

  • 🔍 Semantic search capabilities using all-MiniLM-L6-v2 on-device embeddings.
  • 📝 Full-text search for quick access to notes.
  • 📊 Vector storage for efficient data retrieval using LanceDB.
  • 🤖 MCP server compatibility for AI interactions.
  • 🍎 Seamless integration with native Apple Notes via JXA.
  • 🏃‍♂️ Fully local operation, requiring no external API keys.

Use Cases of MCP Apple Notes?

  1. Searching through large volumes of notes on command.
  2. Engaging with AI to generate contextually relevant replies from stored notes.
  3. Indexing notes for better organization and retrieval.

FAQ from MCP Apple Notes?

  • Can I use this integration without being online?
    Yes! The entire setup is designed for local execution, ensuring your notes remain private.

  • What prerequisites are needed?
    You need Bun installed for dependency management and the Claude desktop application to facilitate AI interaction.

  • Is it possible to customize how my notes are indexed?
    Yes, future updates will include options for custom embeddings and control over the database functionalities.

Content

MCP Apple Notes

MCP Apple Notes

A Model Context Protocol (MCP) server that enables semantic search and RAG (Retrieval Augmented Generation) over your Apple Notes. This allows AI assistants like Claude to search and reference your Apple Notes during conversations.

MCP Apple Notes

Features

  • 🔍 Semantic search over Apple Notes using all-MiniLM-L6-v2 on-device embeddings model
  • 📝 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

Prerequisites

Installation

  1. Clone the repository:
git clone https://github.com/RafalWilinski/mcp-apple-notes
cd mcp-apple-notes
  1. Install dependencies:
bun install

Usage

  1. Open Claude desktop app and go to Settings -> Developer -> Edit Config

Claude Desktop Settings

  1. Open the claude_desktop_config.json and add the following entry:
{
  "mcpServers": {
    "local-machine": {
      "command": "/Users/<YOUR_USER_NAME>/.bun/bin/bun",
      "args": ["/Users/<YOUR_USER_NAME>/apple-notes-mcp/index.ts"]
    }
  }
}

Important: Replace <YOUR_USER_NAME> with your actual username.

  1. Restart Claude desktop app. You should see this:

Claude MCP Connection Status

  1. Start by indexing your notes. Ask Claude to index your notes by saying something like: "Index my notes" or "Index my Apple Notes".

Troubleshooting

To see logs:

tail -n 50 -f ~/Library/Logs/Claude/mcp-server-local-machine.log
# or
tail -n 50 -f ~/Library/Logs/Claude/mcp.log

Todos

  • Apple notes are returned in the HTML format. We should turn them to Markdown and embed that
  • Chunk source content using recursive text splitter or markdown text splitter
  • Add an option to use custom embeddings model
  • More control over DB - purge, custom queries, etc.
  • Storing notes in Notes via Claude
No tools information available.
School MCP
School MCP by 54yyyu

A Model Context Protocol (MCP) server for academic tools, integrating with Canvas and Gradescope platforms.

canvas mcp
View Details
repo-template
repo-template by loonghao

A Model Context Protocol (MCP) server for Python package intelligence, providing structured queries for PyPI packages and GitHub repositories. Features include dependency analysis, version tracking, and package metadata retrieval for LLM interactions.

-

google-calendar mcp
View Details
strava-mcp
strava-mcp by jeremysilva1098

MCP server for strava

strava mcp
View Details

Model Context Protocol (MCP) server implementation for Rhinoceros/Grasshopper integration, enabling AI models to interact with parametric design tools

grasshopper mcp
View Details

MCP configuration to connect AI agent to a Linux machine.

security mcp
View Details

AI assistant built with Streamlit, NVIDIA NIM (LLaMa 3.3:70B) / Ollama, and Model Control Protocol (MCP).

python mcp
View Details