Server data from the Official MCP Registry
MCP server for Apple Notes integration using AppleScript with full CRUD operations
MCP server for Apple Notes integration using AppleScript with full CRUD operations
Valid MCP server (1 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (3/3 approved).
4 files analyzed ยท 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-henilcalagiya-mcp-apple-notes": {
"args": [
"mcp-apple-notes"
],
"command": "uvx"
}
}
}From the project's GitHub README.
Powerful tools for automating Apple Notes using Model Context Protocol (MCP)
mcp-name: io.github.henilcalagiya/mcp-apple-notes
Apple Notes MCP Server provides seamless integration of Apple Notes with any MCP-compatible client. It enables full note automation โ including creating, reading, updating, and deleting notes โ through a simple and secure AppleScript API layer.
uvx or manual setupmacOS/Linux:
curl -LsSf https://astral.sh/uv/install.sh | sh
Windows (PowerShell):
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
Alternative (pip):
pip install uv
Add this configuration to your MCP client:
For Perplexity, Cursor, Continue.dev, Claude Desktop:
{
"mcpServers": {
"apple-notes": {
"command": "uvx",
"args": ["mcp-apple-notes@latest"]
}
}
}
๐ That's it! Your MCP client will automatically install and run the package when needed.
Note: Ensure your MCP client has permission to access Apple Notes and execute AppleScript commands in System Preferences โ Security & Privacy โ Privacy โ Accessibility.
create_note - Create notes with HTML contentread_note - Read notes by ID with verificationupdate_note - Update notes by ID with HTML contentdelete_note - Delete notes by ID with verificationmove_note - Move notes between folderslist_all_notes - List all notes across all folderscreate_folder - Create folders with path supportread_folder - Read folder details by IDrename_folder - Rename folders by IDdelete_folder - Delete folders by IDmove_folder - Move folders between locationssearch_notes - Search notes by keywordslist_folder_with_structure - Show folder hierarchylist_notes_with_structure - Show folders + notes hierarchyHTML Formatting: <h1-h6>, <b><i><u>, <p><div><br>, <ul><ol><li>, <table>, <a>
Special Features:
The server follows the MCP protocol specification and is built with a modular architecture:
"No module named 'mcp'" Error
uvx for automatic installationuv is installed and in PATHAppleScript Permission Denied
Notes Not Found
This project is licensed under the MIT License - see the LICENSE file for details.
Henil C Alagiya
Support & Contributions:
Be the first to review this server!
by Modelcontextprotocol ยท Productivity
Knowledge graph-based persistent memory across sessions
by Modelcontextprotocol ยท Productivity
Time and timezone conversion capabilities for your AI assistant
by Toleno ยท Developer Tools
Toleno Network MCP Server โ Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace ยท Developer Tools
Create, build, and publish Python MCP servers to PyPI โ conversationally.
by Microsoft ยท Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace ยท Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm โ conversationally