Skip to main content
Other Tools and IntegrationsPython

henilcalagiya/mcp-apple-notes

Powerful tools for automating Apple Notes using Model Context Protocol (MCP). Full CRUD support with HTML content, folder management, and search capabilities.

other-tools-and-integrationslocal-service
Share:

Quick Start

Clone the repository:

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

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
Python
Author
henilcalagiya