mcp-apple-notes

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

GitHub Stars

280

User Rating

Not Rated

Favorites

0

Views

361

Forks

27

Issues

9

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Bun: Latest version
Claude Desktop: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/RafalWilinski/mcp-apple-notes
cd mcp-apple-notes

2. Install Dependencies

bash
bun install

3. Configure Claude Desktop

Edit claude_desktop_config.json to add the MCP server:
json
{
  "mcpServers": {
    "local-machine": {
      "command": "/Users//.bun/bin/bun",
      "args": ["/Users//apple-notes-mcp/index.ts"]
    }
  }
}

4. Start Server

Restart the Claude desktop app and start indexing your notes.

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Bun installation and reinstall dependencies. Issue: Not recognized by Claude Desktop Solution: Verify configuration file path and syntax.