Skip to main content
Other Tools and IntegrationsPython

sirmews/apple-notes-mcp

Allows the AI to read from your local Apple Notes database (macOS only)

other-tools-and-integrationslocal-service
Share:

Quick Start

Clone the repository:

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

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
Python
Author
sirmews