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.
Quick Start
Clone the repository:
git clone https://github.com/henilcalagiya/mcp-apple-notesClaude 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.