Collection of apple-native tools for the model context protocol.
Configuration
View docs{
"mcpServers": {
"supermemoryai-apple-mcp": {
"command": "bunx",
"args": [
"--no-cache",
"apple-mcp@latest"
]
}
}
}Turn your Mac into an automated assistant that can handle Messages, Notes, Contacts, Mail, Reminders, Calendar, and Maps with a single, powerful MCP server you run locally. It lets you describe what you want to do in plain language, and it will perform the right actions across your apps, often chaining multiple steps together for truly automatic workflows.
You run a local MCP server on your machine and connect to it with an MCP client. Describe what you want in natural language, and the client will send your request to the server. The server can read messages, manage notes, find contacts, send emails, create reminders, handle calendar events, and work with maps. You can chain several actions in one go, for example: βRead my conference notes, find contacts for the people I met, and send them a thank you message.β The system breaks that into the needed steps and executes them across your apps.
- Messages: send, read, and schedule messages to people in your contacts.
- Notes: create notes, search within notes, and retrieve ideas you noted earlier.
- Contacts: locate people quickly, retrieve phone numbers, and use your contact database efficiently.
- Mail: compose messages with attachments, search emails, schedule sends, and check unread counts.
- Reminders: create reminders with due dates, search, list overdue items, and open specific reminders.
- Calendar: create events, search for meetings, list upcoming events, and open event details.
- Maps: search locations, save favorites, get directions, create guides, and drop pins.
You can combine multiple actions into a single command. For example: βRead my conference notes, find contacts for the people I met, and send them a thank you message.β The server coordinates the steps across Messages, Contacts, and Mail automatically.
Send a message to a contact by name or number, including attachments if needed.
Read messages from conversations and show content or summaries.
Schedule messages to be sent at a later time.
Create a new note with a given title and content.
Search notes by keywords, dates, or tags.
Find a contact by name or partial details.
Return a contact's phone number if available.
Compose and send an email with optional attachments, CC, and BCC.
Search through emails by subject, sender, or content.
Schedule an email to be sent at a future time.
Return the count of unread emails.
Create reminders with due dates and optional notes.
Find reminders by keyword, due date, or status.
List all upcoming or overdue reminders.
Open a specific reminder for quick viewing or editing.
Create a calendar event with title, time, and location.
Search for calendar events by date, title, or attendee.
List upcoming events within a date range.
Open a calendar event to view details.
Find locations and points of interest on Maps.
Save preferred locations to favorites.
Provide directions between two locations.
Create a Maps guide with step-by-step locations.
Drop a pin at a specific coordinate or location.