Loading languages...
MC

mcp-apple-notes

@RafalWilinski265

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

apple-notes
rag
semantic-search
claude
local

# mcpServer Config

{
  "mcpServers": {
    "local-machine": {
      "command": "/Users/<YOUR_USER_NAME>/.bun/bin/bun",
      "args": [
        "/Users/<YOUR_USER_NAME>/apple-notes-mcp/index.ts"
      ]
    }
  }
}

# stdio

/Users/<YOUR_USER_NAME>/.bun/bin/bun /Users/<YOUR_USER_NAME>/apple-notes-mcp/index.ts
Transport:
stdio
Language:
TypeScript
Created:12/16/2024
Updated:8/5/2025