mcp-apple-notes-2

russellelliott/mcp-apple-notes-2
★ 0 stars TypeScript 🤖 AI/LLM Updated 1d ago
Apple Notes storage and analysis system. ElectronJS app to display clusters and search functionality. Python backend for mature architecture for embeddings. MCP server and JXA for fetching notes and adding to LanceDB vector database.
View on GitHub →

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-2": {
      "command": "npx",
      "args": [
        "-y",
        "russellelliott/mcp-apple-notes-2"
      ]
    }
  }
}

README Excerpt

This system integrates Apple Notes with the Model Context Protocol (MCP), providing advanced semantic analysis, clustering, and a visual frontend. We provide convenience scripts in the root directory to manage the application lifecycle. To process **all** new or modified notes and update the analysis: