Skip to main content
Other Tools and IntegrationsTypeScript

disco-trooper/apple-notes-mcp

Apple Notes MCP with semantic search, hybrid vector+keyword search, full CRUD operations, and incremental indexing. Uses JXA for native macOS integration.

other-tools-and-integrationslocal-servicemacos
Share:

Quick Start

Clone the repository:

git clone https://github.com/disco-trooper/apple-notes-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "disco-trooper-apple-notes-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "disco-trooper/apple-notes-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
TypeScript
Author
disco-trooper