The MCP My Apple Remembers server lets you interact with a remote macOS machine via AppleScript to:
- Recall Data: Access Apple Notes, Calendar events, iMessages, chat history, and files
- Save Information: Store important data in Apple Notes with timestamps for organization
- Execute AppleScript: Run both simple and complex AppleScript commands remotely via SSH
- Configure Timeouts: Set custom execution timeouts for AppleScript commands (default: 60 seconds)
- Integration: Can be configured as part of Claude Desktop setup using Docker
MCP Server - My Apple Remembers
A simple MCP server that recalls and saves memories from and to Apple Notes.
Features
- Memory Recall: Access notes, calendar events, messages, files and other information from your Mac
- Memory Persistence: Save important information to Apple Notes for future reference
- Minimal Setup: Just enable Remote Login on the target Mac
- Universal Compatibility: Works with all macOS versions
Control in your hand
You can use prompt to instruct how you want your memory to be save. For example:
Installation
You can configure Claude Desktop to use the Docker image by adding the following to your Claude configuration:
Developer Instructions
Clone the repo
Building the Docker Image
Publishing Multi-Platform Docker Images
Tools Specifications
my_apple_recall_memory
Run AppleScript commands on a remote macOS system to recall memories. This tool helps access Apple Notes, Calendar events, iMessages, chat history, files, and other information on your Mac.
my_apple_save_memory
Run AppleScript commands on a remote macOS system to save important information. This tool allows AI to persist relevant information to Apple Notes for future reference.
All tools require macOS SSH access, with host and password.
Security Note
Always use secure, authenticated connections when accessing remote macOS machines. This tool should only be used with servers you trust and have permission to access.
License
See the LICENSE file for details.
local-only server
The server can only run on the client's local machine because it depends on local resources.
A simple MCP server that recalls and saves memories from and to Apple Notes.
Related MCP Servers
- AsecurityAlicenseAqualityA simple note-taking MCP server for recording and managing notes with AI models.Last updated -4325TypeScriptGPL 2.0
- AsecurityAlicenseAqualityAn MCP server for managing and persisting notes, offering CRUD operations, note summarization, and resource-based access via a note:// URI scheme.Last updated -47PythonMIT License
- -securityFlicense-qualityA simple MCP server implementing a note storage system with one tool to add notes and one prompt to summarize stored notes.Last updated -2Python
- AsecurityFlicenseAqualityA simple note-taking MCP server that stores notes and can generate summaries of stored content.Last updated -4Python